Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: surpress message.
Dear DBA
Help : how to surpress those msg when running the kshell
Mitchell
Result currently got: spool /usr/oracle/drop_user.sql
cgoqats:system SQL> select 'DROP USER '||USERNAME||' CASCADE ;'
2 from DBA_USERS
3 where USERNAME not in ('SYSTEM','SYS') ;
DROP USER APPLSYSPUB CASCADE ;
DROP USER OEMMGR CASCADE ;
DROP USER APPLSYS CASCADE ;
DROP USER APPLSYSPUB CASCADE ;
This is kshell
###############################################
#!/usr/bin/ksh # 2001-11-02
###############################################
export ORACLE_BASE=/u01/app/oracle
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: mitchell INET: mitchell_at_comnet.ca Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Nov 02 2001 - 10:15:22 CST
![]() |
![]() |