Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: urgent help
> 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