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!

Server Output

PSULionRPSep 28 2009 — edited Sep 29 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2009
Added on Sep 28 2009
3 comments
981 views