strings -a
alternatively you can also use the adident command
Version of a Java class File
$ strings
JAVA version
$ java -version
How to find the Apache version?
Go to the $iAS/Apache/Apache/bin directory and enter the following command:
$ httpd -version
Version Of The OA Framework
To find out the version of your Oracle appplication Framework
Oracle Application Product Version or Patch Set Level.
select patch_level from fnd_product_installations where patch_level like '%AD%';
WorkFlow Version
select TEXT Version from WF_RESOURCES where TYPE = 'WFTKN' and NAME = 'WF_VERSION';
This post helps you find the Oracle application version. Different queries are given to find the version of Oracle application and Java files. You can try these queries and see the version of your application. These query are simple and easy to remember.
Post a Comment