dbms_output.put_line help
594752Sep 24 2007 — edited Sep 25 2007I am trying to test a package using dbms_output.put_line. I am executing a stored procedure inside a package and I have many of these statements in it. I am executing it from SQL*Plus in Oracle 8i. The problem is that I am not seeing any output from it. How do I get SQL*Plus to show that output? Do I have to put something in the procedures besides the dbms_output line? Do I have to do somethng in SQL*Plus?