Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbms_output.put_line not printing

Stanley Lee-OracleJun 23 2011 — edited Jun 24 2011
Hi,

I have set up on the SQLPlus

set serveroutput on;

and in the PL/SQL procedure I have it set up with

dbms_output.enable(buffer_size => NULL);

Yet it doesn't print anything to my spool file when i use the dbms_output.put_line.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2011
Added on Jun 23 2011
3 comments
1,367 views