How to show errors in compiling package body
649606Sep 4 2009 — edited Sep 4 2009Hi 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