It is happening to all program units where adding a label at the end. When compiling from a script
example
CREATE OR REPLACE PACKAGE BODY tf_revenue_recgn_pkg AS
...
END tf_revenue_recgn_pkg;
/
How can I send you the source?
When compiling package body within the Program Window receiving "Compiled with errors" message but the compilation error list is not displaying.
This started to happen once I upgraded to PL/SQL Developer version 10.0.5.1710
How do I get the compilation error list displayed?