dbms_output.put_line not printing
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.