SQL Language (MOSC)

MOSC Banner

sqlplus format output

edited Sep 10, 2012 7:49PM in SQL Language (MOSC) 3 commentsAnswered
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center