Hi All,
I got a requirement that I need to print 70000 character string using dbms output command In sql plus or pl/sql block.
When I tried , I got oracle error numeric or value error .
when I tried using set linesize 70000 command before I execute my code, I got error with message oracle maximum linesize allowed is 32767 only.
So guys any idea to print a clob string which is 70000 characters size In oracle sqlplus using dbms_output command.
Please help.Thanks.
With Regards,
Srinivas.