SQL*Plus suppress sql prompt
bentonDec 7 2007 — edited Dec 9 2007Hi,
When using SQL*Plus and spooling to a file is it possible to suppress the following sort of messages form being written to the output (spool) file.
SQL> @C:\script_drop_schema\DROP_SCHEMA.SQL
... Script results
PL/SQL procedure successfully completed.
SQL> SPOOL OFF
The reason I ask is I want to use the results immediately and don't want to see errors being thrown up by the above text. I only want to see valid(?) error.
Thank You
Ben