Home » SQL & PL/SQL » SQL & PL/SQL » Buffer overflow
Buffer overflow [message #36935] Fri, 04 January 2002 20:43 Go to next message
sudhir
Messages: 20
Registered: November 2000
Junior Member
dear all
i am facing a problem
when i complile procedure or trigger i get a error
that bufferoverflow use set option to reduce the arraysize and increase the maxdata
i m not able to solve this
plz tell me that how can i overcome this problem
regards s
sudhir
Re: Buffer overflow [message #36936 is a reply to message #36935] Fri, 04 January 2002 21:05 Go to previous messageGo to next message
Somu
Messages: 24
Registered: February 2000
Junior Member
Hi,

use the following to solve the problem.

set arraysize 1

after the above command compile the procedure
Re: Buffer overflow [message #36942 is a reply to message #36935] Sun, 06 January 2002 16:01 Go to previous messageGo to next message
diaz
Messages: 58
Registered: October 2001
Member
hello,
i'm having the same problem after running my code, and i have tried your given solution.. still doesn't work..

the error is :

ERROR at line 1:
ORA-20000: ORU-10027: buffer overflow, limit of 2000 bytes
ORA-06512: at "SYS.DBMS_OUTPUT", line 106
ORA-06512: at "SYS.DBMS_OUTPUT", line 65
ORA-06512: at line 28

can somebody help me on this ..
please..
thanks
Re: Buffer overflow [message #36959 is a reply to message #36942] Mon, 07 January 2002 10:36 Go to previous messageGo to next message
raghav banuru
Messages: 6
Registered: January 2002
Junior Member
If you are calling procedure and setting the serveroutput on then increase this line limit it will slove your prob.

dbms_output.enable(1000000);

All the Best.
Re: Buffer overflow [message #38634 is a reply to message #36942] Wed, 01 May 2002 17:47 Go to previous messageGo to next message
ajmal
Messages: 1
Registered: May 2002
Junior Member
Issue SET SERVEROUT ON SIZE 50000 at SQL Plus promot, then run the procedure. This will resolve your problem.
Re: Buffer overflow [message #38832 is a reply to message #36942] Sun, 19 May 2002 13:13 Go to previous messageGo to next message
Weifen
Messages: 1
Registered: May 2002
Junior Member
I do not know whether you use a cursor or some loops. It enters an endless one.
You should add command like Exit When C1%NOTFOUND to end it.
Re: Buffer overflow [message #39107 is a reply to message #36942] Mon, 17 June 2002 01:51 Go to previous message
Abitav Dubey
Messages: 1
Registered: June 2002
Junior Member
just run this command in u r sql Plus
before runnig u r procedure..
set serveroutput on format wrapped size 1000000

Enjoy...
Abitav..
Previous Topic: Group by time duration
Next Topic: ENTERING THE TIME
Goto Forum:
  


Current Time: Thu Apr 25 00:42:50 CDT 2024