Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to show errors in compiling package body

649606Sep 4 2009 — edited Sep 4 2009
Hi Friends,


My package body is invalid. How do i compile it?

I tried > alter package body PACKAGE1 compile;

But I got error.

I tried > alter package PACKAGE1 compile;

with compilation errors.

sql> show errors

No errors.


How do i get the compilation errors of a package body?

Thanks a lot
This post has been answered by ravikumar.sv on Sep 4 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2009
Added on Sep 4 2009
10 comments
41,251 views