Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN - Some basic Qs.
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
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: ListGuru_at_fatcity.com (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). Received on Tue Apr 01 2003 - 10:53:48 CST
![]() |
![]() |