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_output.put_line(clob) error

Allen SandiegoOct 15 2008 — edited Oct 17 2008
hi all,

i'm getting an error when try to use dbms_output.put_line(myclob);

ORA-06502: PL/SQL: numeric or value error
ORA-06512: at line 116.

Where line 116 has the dbms_output.put_line statement.

I noticed that if the clob variable is not too big, it displays the values whereas my clob variable contains at least 30000 lines. i'm storing XML Spreadsheet files in it. But its not a table, just a variable.

any suggestions?

thanks
allen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2008
Added on Oct 15 2008
10 comments
9,577 views