Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to receive more detailed error information?
Using Oracle 8.0.5 and sqlplus, I try the following:
SQL> create procedure p1
2 as begin
3 select * from emp;
4 end;
5 /
Warning: Procedure created with compilation errors.
TIA, Chris Received on Fri Sep 14 2001 - 05:57:51 CDT
![]() |
![]() |