Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re:urgent help

Re:urgent help

From: <dgoulet_at_vicr.com>
Date: Wed, 08 May 2002 11:05:27 -0800
Message-ID: <F001.0045BE3F.20020508110527@fatcity.com>


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____________________
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&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance &nbsp;,</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:05:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US