Load Big XML > 2GB To XMLTYPE Hangs
(Doc ID 2482235.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
The following statement is used to convert CLOB data into an XMLTYPE column:
select xmltype.createXML(t_aux.file_data) from t_aux;
The statement work for XML data smaller than 2GB, but anything larger fails with 'direct path read' wait event.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |