简体   繁体   中英

SQL Query to check all the plugins deployed in OIM

I have to check what all plugins are deployed in my all the environments of OIM. I can do MDS export to check the same.

But I need a quicker solution to do the same.

Is there a SQL query to check the same?

尝试使用以下SQL:

select name,zipid from plugins;

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