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

Home -> Community -> Usenet -> c.d.o.server -> Re: Wrapped stored procedure

Re: Wrapped stored procedure

From: Anurag Varma <avdbi_at_hotmail.com>
Date: Mon, 28 Jun 2004 14:55:56 GMT
Message-ID: <0kWDc.11336$Xn.537@nwrdny03.gnilink.net>

"Alan" <wangxianlg_at_yahoo.com> wrote in message news:18a6fc2f.0406280642.58be4360_at_posting.google.com...
> I tried to modify my stored procedure after I wrapped it. Database
> gives me the error message. Then I tried to drop the stored procedure
> which I wrapped. Database gives me the error message as follow:
>
> internal or fatal error
> ORA-00600: internal error code, arguments: [16201], [], [], [], [],
> [], [], []
> Current SQL statement for this session:
>
>
> Please help me out how to drop the stored procedure which has been
> wrapped
>
> Thanks
>
> Alan

ORA-600 is an internal error. You would need to open a Tar for this. In metalink please see Note: 138499.1 for reasons behind this error (caused when there is an entry in obj$ for which there is no corres entry in procedure$).

Anurag Received on Mon Jun 28 2004 - 09:55:56 CDT

Original text of this message

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