Hi Experts
I was running a procedure in 11g database and i have set the SET SERVEROUTPUT ON SIZE UNLIMITED but still i am getting below error. My sqlplus version is "SQL*Plus: Release 11.2.0.3.0 Production"
I checked the code in the procedure and dbms_output.enable is not set anywhere. Is there any internal limit for procedures? Anyone know how to get rid of this error?
ORA-20000: ORU-10027: buffer overflow, limit of 1000000 bytes
ORA-06512: at "SYS.DBMS_OUTPUT", line 32
ORA-06512: at "SYS.DBMS_OUTPUT", line 97
ORA-06512: at "SYS.DBMS_OUTPUT", line 112
Thanks