Monday, June 23, 2014

How to unlock xelsysadmin account in OIM 11g , PS1 and PS2


"xelsysadmin" account gets locked then we can unlock in 2 ways


  1. If you have any admin account, then login using that account and unlock the user. 
  2. Update the USR table to unlock the xelsysadm account using below commands.

 update usr set usr_login_attempts_ctr=0 where usr_login=’XELSYSADM’;
 update usr set usr_locked=0 where usr_login=’XELSYSADM’;
 Commit;
Regards,
Arihant

No comments:

Post a Comment