| DBMS_OUTPUT [message #642725] |
Thu, 17 September 2015 10:39  |
 |
P1Oracle
Messages: 60 Registered: August 2014 Location: Hyderabad
|
Member |
|
|
Hi friends,
I am getting below error:
ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
even though i did some google and tried to change "set serveroutput on size 1000000"
but getting same problem..Please help me..
Thanq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: DBMS_OUTPUT [message #642736 is a reply to message #642734] |
Thu, 17 September 2015 11:42   |
 |
Michel Cadot
Messages: 68776 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
So you fill too much the dbms_output buffer for your SGA (although I thought this buffer was in UGA).
What is the COMPLETE error message.
Or better, copy and paste your SQL*Plus session.
[Updated on: Thu, 17 September 2015 11:43] Report message to a moderator
|
|
|
|
| Re: DBMS_OUTPUT [message #642737 is a reply to message #642734] |
Thu, 17 September 2015 11:42   |
Solomon Yakobson
Messages: 3312 Registered: January 2010 Location: Connecticut, USA
|
Senior Member |
|
|
I doubted it comes from dbms_output which uses PGA. Comment dbms_output liners in your package and see if it runs.
SY.
|
|
|
|
|
|
|
|