1 minutes readHow to Find Oracle Applications version

Reader Mode

Version of a Oracle Applications Form (fmx) or report

strings -a | grep Header
alternatively you can also use the adident command

Version of a Java class File

$ strings | grep ‘$Header’

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’;

Related Articles

Responses

Your email address will not be published. Required fields are marked *

  1. 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.

Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.