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: Tue, 29 Jun 2004 14:10:41 GMT
Message-ID: <BLeEc.18070$Xn.11262@nwrdny03.gnilink.net>

"Alan" <wangxianlg_at_yahoo.com> wrote in message news:18a6fc2f.0406290509.1a9cda2e_at_posting.google.com...
> Thanks for your reply.
>
> Could you please explain more. I am not really understand.
>
> Thanks in advance
>
> Alan

--snip--

Alan,

ORA-600 are internal errors. It means that to resolve these errors you have to open a ticket with Oracle Support.

Metalink is http://metalink.oracle.com, where to have access privs, you need to have a Support contract.
You would ideally log into metalink and open a support ticket.

Some ORA-600 errors are published (differentiated by the arguments ... which in your case is [16201]).
I had found one such example which noted that this might be caused by inconsistency between sys.obj$ and sys.procedure$.
Both of the above are data dictionary tables on which you should not do any DML unless instructed to by Oracle Support.
In short, your only safe option is to open a ticket with oracle support in order to resolve this issue.

Hopefully you get the idea.

Anurag Received on Tue Jun 29 2004 - 09:10:41 CDT

Original text of this message

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