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: Stephane Faroult <sfaroult_at_oriole.com>
Date: Wed, 08 May 2002 11:53:21 -0800
Message-ID: <F001.0045BED7.20020508115321@fatcity.com>


> BigP wrote:
>
> 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

20000 is an error number that, in their infinite wisdom, Oracle developers have kept aside for other developers (there's a full reserved range indeed). There must be a 'raise_application_error' somewhere in your stored procedures. That said, it's catching some Oracle error although the ORU- prefix rings no bell (mistyping ?). ORA-10027 is not a buffer overflow anyway. Check DBA_SOURCE and try to search the 'TEXT' column for 'buffer overflow', it may provide a clue.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.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:53:21 CDT

Original text of this message

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