Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> OracleXMLSave()?

OracleXMLSave()?

From: Jay Kim <jykim_at_equilar.com>
Date: Mon, 26 Mar 2001 20:23:17 -0500
Message-ID: <tbvr1gise65r36@corp.supernews.com>

OracleXMLSave()

Hi, all.

I get an error when I try to insert a huge XML file (30MB) into Oracle DB using Oracle XML Utility for Java.

Here is a segment of my Java code :

 OracleXMLSave save = new OracleXMLSave(conn, tableName);

 url = new URL("file:///" + xmlFile.getAbsolutePath());  rowCount = save.insertXML(url);

 save.close();

Here is error msg :
#
# An unexpected exception has been detected in native code outside the VM.
# Program counter=0x404b44a7
#
# Problematic Thread: prio=1 tid=0x804ede0 nid=0x66c5 runnable
#
# # An unexpected exception has been detected in native code outside the
VM.# Program counter=0x404741a3
#
# Problematic Thread: prio=1078150424 tid=0x804ede0 nid=0x66c5 runnable
#

 Aborted

I'm not sure if there is a limit of XML file size for doing this. It works well when XML file size is smaller.(less than 10MB)

Please, let me know if you have any idea. Thanks. Received on Mon Mar 26 2001 - 19:23:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US