Check EBS Installed Modules/Versions
Problem:
How to check if certain Oracle Applications modules/products are installed, and their versions?
How to check if certain Oracle Applications modules/products are installed, and their versions?
Solution:
You can run script adutconf.sql
You can run script adutconf.sql
1. From Application tier, go into:
cd $AD_TOP/sql/
cd $AD_TOP/sql/
2. Execute:
sqlplus apps/<password> @adutconf.sql
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