| > |
|
To increase security in your Oracle database, any default database accounts that are created, but not used, should be locked after the password has been changed. Never leave default accounts with the default passwords as these are very well-known. Technically, accounts cannot really be renamed in Oracle although they can be dropped. I would not recommend dropping any default accounts, such as OUTLN, DBSNMP, etc., as this may cause problems during a subsequent upgrade or patch application. Simply changing the default password to a strong password (one that uses special characters, capital letters and is not a dictionary word) and locking the account is good database practice.
|
|