Use the following procedure to reset the RBAC users passwords if the RBACAdmin (or user with RBACAdmins role) has forgotten their password.
Note
This procedure resets all passwords for SRP users in the RBAC and then allows you to set the BLAdmin and RBACAdmin user passwords.
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;