/ Published in: PL/SQL
Programatically enable DBMS_OUPUT
Expand |
Embed | Plain Text
DBMS_OUTPUT.ENABLE; END;
You need to login to post a comment.
geekzspot on 11/29/12
1 person have marked this snippet as a favorite
Programatically enable DBMS_OUPUT
DBMS_OUTPUT.ENABLE; END;
You need to login to post a comment.