Oracle error not showing!

select errortest() from dual;

I get an error with this in a Command Window, SQL Window, and even in a Test Window.

Are you sure you don't get an error? What kind of window are you running that query in? What kind of result are you getting instead of an error?
 
Can you go to Tools > Preferences > User Interface / Options, press the "DSA Dialogs" button, and let me know the text from the subsequent form? It may be that you have checked the "Don't show this message again" option in the past.
 
Marco, here it is:

;Shows a list of dialogs that have the "Don't Show this message Again" option checked
;You can delete lines for the messages you want to enable
SLOWFILTER=1
 
To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Back
Top