Unable to see Error Messages in program editor

rvonguru

Member
When I compile PL/SQL program, I don't see error messages at the bottom of program editor if program has errors.

Is there some kind of preference setting I have to do in order to display error messages at the bottom of program editior?

As a work around I am using command window to compile the program and then "Show Errors" to get the errors.

Pls let me know if anyone has ideas.
Thanks.
 
Same problem as user.
Can't see errors, only hints, when compiled package.
Have maded sure the create package..AS has the AS before any comments (which tends to upset the WRAP oracle utility if there are keywords in the comments or the comments are long).

CREATE OR REPLACE PACKAGE NCD505 AS
/****************************************************************************
* System :
* Version :
* Author :
* Date :
* Description : Package header for reconciliation
* :
****************************************************************************/
 
Back
Top