Hi,

ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per line

and also

ORA-20000: ORU-10027: buffer overflow,
limit of 20000 bytes


let me know how to fix the above error.

before executing the procedure.

i set the
set serveroutput on size(100000000);

when i am using DBMS_OUTPUT.PUTLINE(results);

i am getting error, the limit of 255 bytes per line and buffer overflow, limit of 20000 bytes.

thanks in advance.

Srinivas Reddy

[Edited by orareddy on 06-04-2002 at 01:25 PM]