Tuesday 22 July 2014

Find default account in Oracle Database

Using the following query you can find the Default Accounts (created by Oracle)

SELECT * FROM DBA_USERS_WITH_DEFPWD;


Note: The default Oracle installation locks and expires the installation accounts. These accounts should be left locked and expired unless absolutely necessary. Check to ensure these accounts have not been unlocked.

No comments:

Post a Comment