sqlplus format output
How do I remove the sqlplus output from my spool file?
All I want in the spool file is:
revoke unlimited tablespace from ...
This is Windows 2003 Server.
thanks.
SQL*Plus: Release 10.2.0.3.0 - Production on Wed Aug 29 15:52:37 2012
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning and Real Application Testing options
revoke unlimited tablespace from WMSYS;
revoke unlimited tablespace from OUTLN;
revoke unlimited tablespace from DBSNMP;
revoke unlimited tablespace from SYSTEM;
revoke unlimited tablespace from BACKUP_ADMIN;
revoke unlimited tablespace from TSMSYS;
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
All I want in the spool file is:
revoke unlimited tablespace from ...
This is Windows 2003 Server.
thanks.
SQL*Plus: Release 10.2.0.3.0 - Production on Wed Aug 29 15:52:37 2012
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning and Real Application Testing options
revoke unlimited tablespace from WMSYS;
revoke unlimited tablespace from OUTLN;
revoke unlimited tablespace from DBSNMP;
revoke unlimited tablespace from SYSTEM;
revoke unlimited tablespace from BACKUP_ADMIN;
revoke unlimited tablespace from TSMSYS;
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
0