how to see dbms_output.put_line in plsql?
457723Jun 21 2006 — edited Jun 22 2006I am using dbms_output.put_line in the body of PL/SQL package - but why I am not seeing the output when I am calling this procedure from plsql (call apckage_name.function_name)?
I am using commandline from Orac_Home/bin (not PLSQLPlus*).