DBMS Output---Server Output on for PL/SQL
I am trying to run some PL/SQL against our Test Database. There are some command lines for...
dbms_output.put_line
Within Oracle SQL Developer, I am doing View ==> Dbms Output and choosing the connection accordingly but I still don't see the dbms_output.put_line commands being displayed.
Am I doing something wrong here??? Do I need to issue any commands within Oracle SQL Developer in order to see the dbms_output.put_line messages output???
I appreciate your review and am hopeful for a feedback. Thanks in advance.
PSULionRP