Hi,
If I use DBMS_OUTPUT.putline to print some debug message, nothing appears in the output window.
I tried to use DBMS_OUTPUT.enable. It does not help.
But if I use 'set serveroutput on' in sql plus, sql plus will be able to print debug messages. DBMS_OUTPUT.enable does not help in sql plus either.
But OraDeveloper does not support 'set' command.
If this is something I should ask for my Oracle DBA, what should I ask for?
Thanks and have a nice Christmas.