I need help,

I have a procedure to insert xml data into a table.
The xml data is store in CLOB, and i user xml parser
and DOM to get the value and insert into table.

If the file is is under 1 MB, everything is OK.
But when the xml size is larger than 1 mb i'll
get error message

ORA-29532: Java call terminated by uncaught Java
exception: java.lang.OutOfMemoryError
BEGIN
*
ERROR at line 1:
ORA-29554: unhandled Java out of memory condition

I found 1 people in expert-exchange forum that have
the same problem with me, and until now he dont have 
the solution.

anyone here have experience with oracle xml parser.

I already try to free the parser and document,
and add more memory to java parameter, but
this still not help.

I read from metalink there is a bug like this in
oracle 9i, but i'm using 8.1.7.

I'm still looking for a way to fix this,
before i run the pacth ( but i'm still not 
sure this will fix the problem)

T.I.A











__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Bong
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to