#@#@#@!!!!!!

As technical consultant, I learn new stuff everyday. My goal here to collect those day-to-day findings and organized them for future reference.

#@#@#@!!!!!!

Tuesday, July 04, 2006

ORACLE APPS : How To Determine The Version Of OAM (Oracle Application Manager)?

How To Determine The Version Of OAM (Oracle Application Manager)?

1. Login to OAM
2. Navigate to Site Map > Others > Applications Manager Log
3. Find the version in the upper left corner


If the above navigation path is not available in OAM or you are unable to
login to OAM, use the following steps to check the version of OAM:


Unix
----
$ cd $JAVA_TOP

$ ident $JAVA_TOP/fndoam.zip | grep Header

OR

$ strings -a fndoam.zip | grep Header


fndoam.zip 115.26 and below -- OAM 2.0
fndoam.zip 115.27 -- OAM 2.1
fndoam.zip 115.34 -- OAM 2.1.1
fndoam.zip 115.75 -- OAM 2.2
fndoam.zip 115.75.x.x -- OAM 2.3
fndoam.zip 115.76 -- OAM 2.3.1


The last entry should have something like ...
$Header: fndoam.zip 115.27 2002/04/18 09:41:37 pkm ship

Here is an example

ceapiapp$
ceapiapp$
ceapiapp$ cd $JAVA_TOP
ceapiapp$ strings -a fndoam.zip |grep Header
$Header: fndoam.zip 115.76 2003/11/13 16:57 ppradhan noship $
ceapiapp$

Ref : metalink Doc ID 214962.1