Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: show errors doesn't show anything ???
> -----Original Message-----
> From: Janet Linsy [mailto:janetlinsy_at_yahoo.com]
>
> I have 9i on Linux Red Hat 2.4.9. A package is
> invalid after compiling. I did a show errors but
> nothing shows. How do I see where the error is ??
>
> SQL> alter package prv_admin compile;
>
> Warning: Package altered with compilation errors.
>
> SQL> show errors;
> No errors.
Could it be that the user has access to compiling the procedure but no
access to read the system error table?
I was able to see the same result as you when I created a user that had only
the system privileges "create session" and "alter any procedure". The user
is able to compile procedures but unable to see the error messages.
Does a user with SELECT_CATALOG_ROLE see any errors for the procedure in
DBA_ERRORS?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jacques Kilchoer INET: Jacques.Kilchoer_at_quest.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Thu Mar 06 2003 - 13:59:29 CST
![]() |
![]() |