ORA-20000: ORU-10027: buffer overflow [message #478280] |
Thu, 07 October 2010 12:12  |
enjay
Messages: 15 Registered: September 2010
|
Junior Member |
|
|
Hello Every one,
I am running script which drop all public synonyms and create private synonyms for all eligible objects. I am passing value to procedure through cursor and I am using dbms_output.
*
ERROR at line 1:
ORA-20000: ORU-10027: buffer overflow, limit of 999999 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
ORA-06512: at line 101
I read that by: SET SERVEROUTPUT ON SIZE unlimited
would resolve this problem.
What are the effects?
Do I need to check any disk space, or any effect on the memory?
Thanks,
enjay
|
|
|
|
|
|
|
|
|