Sunday, November 14, 2010

DBMS_OUTPUT Function Using SQL*PLUS

you must first enable message output through this panel:



then issue a command like:


SQL> EXEC DBMS_OUTPUT.PUT_LINE('Pogi Ako')
Pogi Ako

PL/SQL procedure successfully completed.

No comments:

Post a Comment