Default password verification - pass.sql
I am using pass.sql below scripts to check the default password in Oracle databases. I ran this scripts for some old database's as in the part of audit checking.
It shows the below username having default password, but SYS is not configured with default its having strong pwd. The database is migrated from other servers. How it happen? Please advice
Connected to:
Oracle9i Release 9.2.0.1.0 - Production
JServer Release 9.2.0.1.0 - Production
SQL> @c:\temp\pass.sql
Tue Jun 21 page 1
Default Accounts With Default Passwords
Account Name Account Status
------------------------------ --------------------------------
DBSNMP OPEN
OUTLN OPEN
SYS OPEN
3 rows selected.