Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Wrapped stored procedure
"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