Showing posts with label ORA-22999. Show all posts
Showing posts with label ORA-22999. Show all posts

Friday, 13 April 2012

ORA-22999: CLOB or NCLOB data may have been corrupted

ORA-22999: CLOB or NCLOB data may have been corrupted

Cause: CLOB or NCLOB contains invalid character data. One possible cause is that the wrong csid was specified for the external file when calling DBMS_ LOB.LOADCLOBFROMFILE or DBMS_XSLPROCESSOR.READ2CLOB to load CLOB or NCLOB data from external files.

Action: Reload the CLOB or NCLOB data with the correct csid specified for the external file.