ORA-29532: Java call terminated by uncaught Java exception Error For oracle 9.2.0.1.0 for Red Hat Li [message #91947] |
Sat, 29 November 2003 23:32 |
amitpipudi
Messages: 3 Registered: November 2003
|
Junior Member |
|
|
Hi
I am working in oracle 9i version 9.2.0.1.0 for Red Hat linux version 9
I am using DBMS_xmlSave.InsertXml for inserting records into tables.
I have problem while inserting in XMLType datatype using DBMS_XmlSave.InsertXml method. I am creating XML tag inside Main XML format for XmlType.
At time of inserting record it gives me following error message.
ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException: 'java.lang.ClassCastException: ' encountered during processing ROW element 0. All prior XML row changes were rolled back. in the XML document.
Without Xmltype Column I have no problem while inserting records.
Note: Above problem occur in oracle 9.2.0.1.0 for Red Hat Linux version 9
But it is working fine with oracle 9.2.0.1.0 for Windows XP.
Pls give me solution for this problem.
Amit Pipudi
|
|
|
|