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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Viewing package compilation errors

Re: Viewing package compilation errors

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Thu, 28 Feb 2002 21:42:37 +0000
Message-ID: <3C7EA44D.5A53@yahoo.com>


Matthieu DEGLIN wrote:
>
> Hello,
>
> When executing @cre_my_package in a sqlplus session I encounter:
>
> Warning, package created with compilation errors.
>
> How can I see those errors using only sql commands (I mean without using
> tools such as Toad).
>
> Thanks for help.
>
> Matt.

show errors package body BLAH

which is actually just a query to the USER_ERRORS view

hth
connor

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Thu Feb 28 2002 - 15:42:37 CST

Original text of this message

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