To change oda-admin password in Oracle DB Appliance
How to change oda-admin password in Oracle Database Appliance.
ODA is short form of Oracle Database Appliance.
username: oda-admin
- This user is created while deploying the ODA during initial setup.
- oda-admin user is used to connect GUI console.
- We can create databases or network.
Syntax to reset oda-admin password from root user in oracle linux
Note: –(two hypens are there before username in the below command)
odacli-adm set-credential –username <username>
Connect to root user to change password of oda-admin user.
[root@ODA-SRVR ~]#odacli-adm set-credential –username oda-admin
Enter user password:
Retype user password:
User ‘oda-admin’ updated successfully.
[root@ODA-SRVR ~]#
|
See also: