Resetting RBAC users passwords
Use the following procedure to reset the RBAC users passwords if the RBACAdmin (or user with RBACAdmins role) has forgotten their password.
- To connect to the database, access a SQL prompt using any database management tool. For example, Oracle Enterprise Manager or SQL*Plus (for Oracle) or SQL Server Management Studio (for SQL Server).
Execute the following commands to set the passwords to a blank value.
SQL> delete from system_property where name = 'tpasswd.conf_created_on';
SQL> update bluser set password = '';
SQL> commit;- Run the Application Server Configuration wizard and set the new passwords for the BLAdmin and RBACAdmin users on the User Passwords tab of the wizard. All other information does not need to be edited.See Changing settings using the Application Server Configuration wizard.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*