Pages

Tuesday, July 29, 2014

OIM Account Restore User Status From Deleted to Active

Restoring the Deleted Account in OIM


When you delete the user from the Oracle Identity Manager System, the user will not been removed physically from the system and also it changes the status from Active to Deleted. It also revoke the resources from the target system for the deleted user.


I need to reactivate the deleted user from the Oracle Identity Manager as follows:

1. Login to the OIM data base user into the data base and update the user status from Deleted to Active.

2. Execute the following sql to update the user status

UPDATE USR SET USR_STATUS = 'Active' WHERE usr_login='login id'

replace login id with your login id.

3. Login to the OIM Admin Console and verify the user status is changed  from Deleted to Active.

4. Re-Provision the users.

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Is there a scheduled job that can re-provision the newly activated user ?

    ReplyDelete