Total Pageviews

Thursday, October 2, 2014

how to check OIM version using SQL command

after login to SQLPLUS run following command make sure you are logged into mds schema owner user or you can run this command using schema owner name.

SELECT XSD_VALUE FROM XSD WHERE XSD_CODE='XL_BUILD_NUMBER'; 

 

No comments:

Post a Comment