Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Query Oracle error message text by error code in RDBMS
what do you mean "show errors" does not function? I use 7.3 and use show errors all the time.
for triggers you have to:
SQL> show errors trigger TRIGGER_NAME
On Sun, 16 Feb 1997 17:39:15 -0600, Tim Willson <tim.willson-1_at_umn.edu> wrote:
>
>------------5939268A5B591
>Content-Transfer-Encoding: 7bit
>Content-Type: text/plain; charset=us-ascii
>
>If... you are using v7.3 and writing database triggers or procedures...
>denote that showerrors does not function. To find your syntax error do:
>select * from user_errors order by line;
>
>Also note that Sql*Net V1 the p: pipe is not available for local
>connect.
>
>------------5939268A5B591
>Content-Transfer-Encoding: 7bit
>Content-Type: text/html; charset=us-ascii
>
><HTML><BODY>
>
><DT>If... you are using v7.3 and writing database triggers or procedures...
>denote that showerrors does not function. To find your syntax error do:
>select * from user_errors order by line;</DT>
>
><DT> </DT>
>
><DT>Also note that Sql*Net V1 the p: pipe is not available for local connect. </DT>
>
></BODY>
></HTML>
>------------5939268A5B591--
>
Thomas Kyte
Oracle Government
tkyte_at_us.oracle.com
![]() |
![]() |