The first time that i had to find the exact Oracle Application Server Version I thought it would be an easy task but, it is not so simple if you don’t know where to look for it. I forgot that it was not straightforward because now I know where to find it. But the other day a friend called me and asked me where to find OAS version. That’s why i’m writing this post.
If you got a fresh install you can look into <ORACLE_HOME>/install/readme.txt and find the version.
But i prefer to take a look into <ORACLE_HOME>/config/ias.properties
For example:
$ grep Version $ORALCE_HOME/config/ias.properties
Version=10.1.2.0.2

