Thursday, July 13, 2017

Find Weblogic version and FMW EBS Component Version on R12.2

After Logging into the application set the environment to RUN Filesystem

. /u01/oracle/EBSapps.env run

Then
cat $FMW_HOME/wlserver_10.3/.product.properties | grep WLS_PRODUCT_VERSION

You will get Below Output:

WLS_PRODUCT_VERSION=10.3.6.0
To find the FMW version Oracle E-Business Suite Component Version on R12.2

export ORACLE_HOME=/u01/oracle/fs1/FMW_Home/Oracle_EBS-app1

./opatch lsinv

You will get below Output

Oracle E-Business Suite Component 11.1.1.6.0

1 comment:

  1. Hi Kumar,

    This is not the way to find the FMW version, please check the below Oracle Note ID.
    How To Find The Version Of Oracle Fusion Middleware Used By E-Business Suite 12.2 (Doc ID 2073977.1)

    Use the checkMTpatch.sh script supplied in Patch 17537119 to check Fusion Middleware version.

    You get the following output:


    Oracle Fusion Middleware (FMW) - Web Tier
    ==================================================================
    Now examining product Oracle Fusion Middleware (FMW) - Web Tier.

    Oracle Home = /z01/prod122/fs1/FMW_Home/webtier.
    Product Version = 11.1.1.6.0     

    Thanks
    Sanjay

    ReplyDelete