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?
|
2
|
|
|
|
|
|
Use the command:
before running the procedure |
||
|
|