Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: [ask]: what wrong with my store procedure
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
![]() |
![]() |