Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: Re:urgent help
BP,
Not sure, I'm not a Java person although I believe dbms_output only works with SQL*Plus sessions. Therefore if you remove the call to enable is should clear the problem.
Dick Goulet
____________________Reply Separator____________________ Author: "BigP" <big_planet_2000_at_hotmail.com> Date: 5/8/2002 11:25 AM
It is already having dbms_output.enable(1000000) ; One question , If I remove dbms_output.enable but leave all dbms_output.put_line statements in the package will it cause the problem again . These procs are run via jdbc session .
-Bp
> Bp,
>
> From OTS on a similar problem reported in the PL/SQL forum:
>
> Just call dbms_output.enable with a larger buffer size - it can go up to
> 1,000,000.It is possible also to modify buffer size in SQL*PLUS using the
> following
> command:
> syntax:
>
> SET SERVEROUTPUT ON SIZE n
>
> procedure dbms_output.enable(bufsize IN default 2000);
>
> When you set serveroutput on, dbms_output.enable is implicitly called,
with
> the default size of 2000.
>
> Dick Goulet
>
> ____________________Reply Separator____________________
> Subject: urgent help
> Author: "BigP" <big_planet_2000_at_hotmail.com>
> Date: 5/8/2002 10:33 AM
>
> Hi Guys ,
> I am getting ORA-20000 ORU-10027 buffer overflow , .... error in a
production
> system .Is there any way I can resize or reinitialize or flush the buffer
> without bouncing database and realkoading procs . It's really uregnt . I
tried
> flush shared pool it doesnt help.
>
> Thanks in advance ,
> Bp
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
> <META content="MSHTML 6.00.2600.0" name=GENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=#ffffff>
> <DIV><FONT face=Arial size=2>Hi Guys ,</FONT></DIV>
> <DIV><FONT face=Arial size=2>I am getting ORA-20000 ORU-10027 buffer
overflow ,
> .... error in a production system .Is there any way I can resize or
> reinitialize or flush the buffer without bouncing database and realkoading
procs
>
> . It's really uregnt . I tried flush shared pool it doesnt
help.</FONT></DIV>
> <DIV><FONT face=Arial size=2></FONT> </DIV>
> <DIV><FONT face=Arial size=2>Thanks in advance ,</FONT></DIV>
> <DIV><FONT face=Arial size=2>Bp</FONT></DIV></BODY></HTML>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed May 08 2002 - 14:38:55 CDT