I have searched quite extensively on how to output messages in Oracle SQL. I have read a lot about dbms_output.put_line and dbms_output.get_line and tried using both but am unable to get either to work. Using Oracle SQL Developer Version 2.
Share
I’m not sure what application you’re using, but, in general, to output the
DBMS_OUTPUTbuffer to your client, you first need to issue aSET SERVEROUTPUT ON.See http://www.adp-gmbh.ch/ora/sqlplus/serveroutput.html.