Yuval,
Since you're already checking this out, would you mind running this script
and sending me the output?
( provided the password for these accounts are all defaults )
It would be useful for detecting default passwords in Oracle installed
accounts.
Thanks,
Jared
select username, password
from dba_users
where username in (
'AURORA$JIS$UTILITY$',
'CTXSYS',
'HR',
'LBACSYS',
'MDSYS',
'OE',
'OLAPSYS',
'ORDSYS',
'OSE$HTTP$ADMIN',
'OUTLN',
'PM',
'QS',
'QS_CBADM',
'QS_CS',
'QS_ES',
'QS_OS',
'QS_WS',
'SCOTT',
'SH',
'WKSYS'
);
Yuval Arnon <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
02/21/02 02:18 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
cc:
Subject: Dropping users from Oracle 9i seed database.
Hi,
Using Oracle Configuration Manager a handful of users are created. Which
of these users can be safely dropped without affecting Oracle health.
List of users.
AURORA$JIS$UTILITY$
CTXSYS
HR
LBACSYS
MDSYS
OE
OLAPSYS
ORDSYS
OSE$HTTP$ADMIN
OUTLN
PM
QS
QS_CBADM
QS_CS
QS_ES
QS_OS
QS_WS
SCOTT
SH
WKSYS
TIA
Yuval.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: [EMAIL PROTECTED]
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: [EMAIL PROTECTED] (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).