ERROR buffer overflow, limit of 2000 bytes
Hi,
while i am execute a procedure i got an error like the following.
my doubt is when the system throw such a error, is it possible to procede to execute the followed line of dbms_output.put_line statement. or my procedure got interrupted from the executtion.
please advice
BEGIN myproc('sss','A','FR314','C','A','FRD'); END;
*
ERROR at line 1:
ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
ORA-06512: at "SYS.DBMS_OUTPUT", line 35
ORA-06512: at "SYS.DBMS_OUTPUT", line 198
ORA-06512: at "SYS.DBMS_OUTPUT", line 139
ORA-06512: at "OP.myproc", line 282
ORA-06512: at line 1