简体   繁体   中英

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?

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

资源键存储在SVR表中。

SELECT * FROM SVR

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM