OracleXMLSave()?

From: Jay Kim <jykim_at_equilar.com>
Date: Mon, 26 Mar 2001 20:24:13 -0500
Message-ID: <tbvr37mfs32q51_at_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 Tue Mar 27 2001 - 03:24:13 CEST

Original text of this message