buffer overflow, limit of 1000000 bytes [message #335764] |
Wed, 23 July 2008 11:55  |
AlKing
Messages: 11 Registered: July 2008 Location: Bakersfield
|
Junior Member |
|
|
Guys,
Whenever I run my code I get 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
ORA-06512: at line 177
----------------------------------------
I have set the
SET SERVEROUTPUT ON SIZE 1000000
Does it mean I have gone over the 1000000? If so how can I get around this? I have tried to use the UTF_FILE but it does not seem to work for me? Help anyone?
Thanks
|
|
|
|
|
|
|