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: Adding stored procedures with SQL*Plus

Re: Adding stored procedures with SQL*Plus

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Wed, 17 Mar 1999 21:40:37 +0100
Message-ID: <36f01347$0$22442@newton>


tiger_woods wrote
>Warning: Procedure created with compilation errors.
>How do I find out what the compilation error is?

Simply

    show errors

This shows you the latest errors. Or, if it is too late for that:

    show errors package <package name>

Arjan. Received on Wed Mar 17 1999 - 14:40:37 CST

Original text of this message

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