Server Output
Getting ready to deploy a PL/SQQL Procedure to Production and run it.
Do I need both of these statements or does one take care of the other???
set serveroutput on size 1000000;
exec dbms_output.enable(1000000);
Thanks in advance for your review and hopeful for a reply.
Thanks!
PSULionRP