Find Version in Oracle Apps R12
1)For Apps Version:
Connect to database as user apps
SQL> select release_name from apps.fnd_product_groups;
2)For Database Version:
SQL> select * from v$version;
3) For Red Hat Linux
cat /etc/redhat-release
Find Version in Oracle Apps R12
1)For Apps Version:
Connect to database as user apps
SQL> select release_name from apps.fnd_product_groups;
2)For Database Version:
SQL> select * from v$version;
3) For Red Hat Linux
cat /etc/redhat-release
Comments
Post a Comment