Updating the Passwords for the AGENTUSR# and AVSRCUSR# Accounts
Though updating the passwords of the AGENTUSR# or AVSRCUSR# database accounts is not recommended, in rare situations, it may be necessary.
To update the AGENTUSR# password
-
Deactivate the Audit Vault Agents for which the password needs to be updated. See Deactivating and Removing the Audit Vault Agent
-
Activate all the Audit Vault Agents that were deactivated. See Activating and Starting the Audit Vault Agent
Be sure to redeploy the Audit Vault Agent using new activation key that is displayed on the Oracle Database Security Central console.
To update the AVSRCUSR# password
-
Stop all audit trails. See Stopping, Starting, and Autostart of Audit Trails in Oracle Audit Vault Server.
-
Unlock the
avsysuser.Note: Remember to relock the
avsysaccount when you’ve completed this task. -
For all the accounts that need their passwords updated:
alter user <user_name> identified by <password>; -
Lock the
avsysuser. -
Start all audit trails.
See Stopping, Starting, and Autostart of Audit Trails in Oracle Audit Vault Server