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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN - Some basic Qs.

Re: RMAN - Some basic Qs.

From: Bong <advisoft_at_yahoo.com>
Date: Tue, 01 Apr 2003 08:53:48 -0800
Message-ID: <F001.005772BE.20030401085348@fatcity.com>


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: advisoft_at_yahoo.com
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

Original text of this message

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