vote up 3 vote down star
2

Is there a way that you can have SERVEROUTPUT set to ON in sqlplus but somehow repress the message "PL/SQL procedure successfully completed" that is automatically generated upon completed execution of a plsql procedure?

flag

1 Answer

vote up 8 vote down check

Use the command:

SET FEEDBACK OFF

before running the procedure

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.