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: Debugging PL/SQL

Re: Debugging PL/SQL

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 24 Sep 2003 23:37:33 -0700
Message-ID: <1064471847.286762@yasure>

Zhao wrote:

>Is there a simple tool comes with Oracle package (or out there) which show
>at least where is compiling error (which line and what was wrong)?
>
>Thanks
>
>

Yeah. It's called SQL*Plus. After you see a message indicating a error in compilation you type:

SQL> SHO ERR You might also find:

SQL> desc user_errors

of interest.

Why buy a tool when what you want is free?

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Sep 25 2003 - 01:37:33 CDT

Original text of this message

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