Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

user function result value was too large

948515Oct 11 2012 — edited Oct 11 2012
Hi experts,

Am facing user function result value was too large issue while i extract and insert the XML in oracle table. I.e., It's working fine when the xml size less than 4000 character, but the issue will be raise when the xml size more than 4000 character.
I can't able to sort out the issue kindly help to get out from the issue.

This is my code:-

INSERT INTO ENDORSEMETN (Endorsement_name)
SELECT 
      EXTRACTVALUE (COLUMN_VALUE, '//Table1/Endorsement')
                 FROM TABLE (XMLSEQUENCE (EXTRACT (SYS.XMLTYPE (p_xmlDetails),'/NewDataSet/Table1')));
Thanks and regards
Arun
This post has been answered by odie_63 on Oct 11 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2012
Added on Oct 11 2012
6 comments
6,490 views