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!

DBMS_XMLGEN.getxml.

602487Oct 24 2007 — edited Jul 9 2009
Hi,

I am trying to generate report through XML publisher using pl/sql procedure. In my procedure i m using the function DBMS_XMLGEN.getxml to generate the output in XML format & storing it in a variable declared as CLOB type. The reports are running fine smaller result set but its giving error "Value or Numeric Error' for larger resul set. Following is the way i am using the function:

select DBMS_XMLGEN.GETXML('select * from dual') into result from dual;

Where result is declared as CLOB Type.
Can anyone help me? How to get the output for larger result set?
Waiting for Early Reply.......

Thanks
Spriha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2009
Added on Oct 24 2007
17 comments
6,040 views