Total Pageviews

Sunday, December 20, 2015

exporting OIM plugin ZIP using SQL Developer

steps to export Pluings ZIP from database using SQL Developer

login to SQL Developer 

1. click on user who's  have all the OIM schema objects( my dev configuration i have DEV_OIM). 
2. click on Tables and look for 2 below tables.

3. PLUGINS --> will provide the information about all the plugins in OIM , get ZIPID from this table about the ZIP Plugin you want to export

4. PLUGIN_ZIP --> select this table we will 2 columns ZIPID and ZIP, double click on (BLOB) of your desired ZIPID(ZIPID was taken from PLUGINS table). it will pop up the window, now select download, it will download the plugins you want to have.

No comments:

Post a Comment