Guys,
This is how I reset the 'admin' user password of my Oracle VM Manager Installation.
1. There's a "register" link under the password field in Login page. Click that link and register a new user with simple password like 123456.
2. Login as sys or OVS user using sqlplus and connect to the DB.
3. select account_name, password from ovs.ovs_user where account_name='';
4. Copy the password field output.
5. update ovs.ovs_user set password='' where account_name='';
6. Commit and voila, you can now login with admin username and password will be 123456;
Isn't it Simple?
This is how I reset the 'admin' user password of my Oracle VM Manager Installation.
1. There's a "register" link under the password field in Login page. Click that link and register a new user with simple password like 123456.
2. Login as sys or OVS user using sqlplus and connect to the DB.
3. select account_name, password from ovs.ovs_user where account_name='
4. Copy the password field output.
5. update ovs.ovs_user set password='
6. Commit and voila, you can now login with admin username and password will be 123456;
Isn't it Simple?
No comments:
Post a Comment
Kindly make your valuable and progressive comments here.
Junks will be deleted without notice :-)