Tuesday, May 29, 2018

Check EBS Installed Modules/Versions


Check EBS Installed Modules/Versions


Problem:
How to check if certain Oracle Applications modules/products are installed, and their versions?
Solution:
You can run script adutconf.sql

1. From Application tier, go into:
          cd $AD_TOP/sql/
2. Execute:
         sqlplus apps/<password> @adutconf.sql
File adutconf.ls will be created in directory $AD_TOP/sql
Check product name by searching for “Product” in list file

No comments:

Post a Comment