Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: show errors shows nothing
The SQL*Plus command SHOW ERROR only apply to the last component you compile. If you want to retrieve error(s) for a particular trigger/package/procedure/... specify the type and the name of the object. For example, "show error trigger trig_name".
Ron McCamish <rmccamish_at_cas.org> wrote:
>i just created a trigger with compilation errors:
> Warning: Trigger created with compilation errors.
>so, like always, i did a 'show errors' to see what I
>screwed up. but, 'show errors' yields 'No errors'!!
>is there another way that i can look at the errors
>and/or fix this?
>I'm using Oracle 7.3.3.0.0, SQL*Plus 3.3.3.0.0,
>PL/SQL 2.3.3.0.0.
>thanks,
>ron....
>--
>Ron McCamish
>rmccamish_at_cas.org
Received on Wed Oct 29 1997 - 00:00:00 CST
![]() |
![]() |