Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error while inserting xml into database

146792Nov 22 2004 — edited Nov 29 2004
Hi,

I'm trying to use the sample application available on OTN site i.e. Simple Bulk Loader Sample Application which inserts a xml more than 4k in xmltype.
But I am getting this error while using it from JDeveloper

Here is the error :

XMLLoader: Uploaded File write to clob c:\temp\sampleXMLFiles\PPF.XML

XMLLoader: Uploaded File after setc:\temp\sampleXMLFiles\PPF.XML

java.sql.SQLException: ORA-31011: XML parsing failed
ORA-19202: Error occurred in XML processing
LPX-00229: input source is empty
Error at line 0
ORA-06512: at "SYS.XMLTYPE", line 0
ORA-06512: at line 1


void oracle.jdbc.dbaccess.DBError.throwSqlException(java.lang.String, java.lang.String, int)DBError.java:134
void oracle.jdbc.ttc7.TTIoer.processError()

Process exited with exit code 0.

Any ideas !!!

Thanks
-Rajeev
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2004
Added on Nov 22 2004
2 comments
502 views