Search code examples
entitlementsidentity-managementoimidentitymanager

How to get IT resource Key from OIM using SQL query?


To update child form lookup I need IT resource Key. Is there a SQL query for the same?


Solution

  • select ITRESOURCE_KEY from APP_INSTANCE where APP_INSTANCE_NAME ='<AppInstanceName>'