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: [ask]: what wrong with my store procedure

Re: [ask]: what wrong with my store procedure

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Wed, 24 Mar 1999 07:08:32 +0100
Message-ID: <36f88162$0$17251@newton>


Remco Blaakmeer wrote
> If you get any compilation errors while
> compiling a package, try this in sqlplus:
>
> select * from user_errors;

Or, (in SQL*Plus) when you see the error message, simply type

    show errors

to get the most recent errors, or, at a later time use

    show errors package my_package

Arjan. Received on Wed Mar 24 1999 - 00:08:32 CST

Original text of this message

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