sion

Oracle Fusion Middleware : Oracle Identity and Access Management Suite 10g/11gR1/11gR2PS1,PS2,PS3 : OIM | OAM,OAAM,OIF | OID, OVD, DIP | OUD/ ODSEE | Microsft AD | OpenLDAP | ADF | EBS R12 | OECMCCR4 | Business Intelleigence - Bi Publisher | Banking | Demo Applications | Core Java | SQL | PLSQL | Web services | Weblogic | Tomcat | JBoss | OHS | WebGate | WebCenter | In any Queries please Contact Me : info@oratechsoft.com

Search This Blog

Friday 21 August 2015

OIM Account Restore User Status From Deleted to Active

 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.


Thanks & Regards 
---------------------------

Lakshmi Prasada Reddy Nandyala 

No comments:

Post a Comment