Search This Blog

Monday, February 19, 2018

How to find SOA , OSB amd MFT versions details

How to find SOA , OSB amd MFT versions details
How to find SOA , OSB amd MFT versions details


Assuming you have installed SOA and OSB in the directory

/fmw11g/soa12212

export ORACLE_HOME=/fmw11g/soa12212

SOA Version

/fmw11g/soa12212/soa/bin/soaversion.sh

or $ORACLE_HOME/soa/bin/soaversion.sh

**************************************************************
INFO: Detected a WebLogic Installation.
**************************************************************
Oracle SOA Suite Version Information:
-------------------------------------

Product Version : 12.2.1.2.0-161003.0739.0018
Label Version   : PCBPEL_12.2.1.2.0_GENERIC_161003.0739.0018
Compile JDK     : 1.8.0_40-ea
Java Home       : /home/oracle/jdk1.8.0_66

Runtime JDK Version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
**************************************************************


OSB Version

unzip -p /fmw11g/soa12212/osb/lib/version.jar META-INF/MANIFEST.MF

unzip -p $ORACLE_HOME/osb/lib/version.jar META-INF/MANIFEST.MF


Implementation-Title: Oracle Service Bus 12.2.1.2.0-161003.0737 Mon Oct 3 08:37:30 PDT 2016 XBUS_12.2.1.2.0_GENERIC_161003.0737
Implementation-Version: 12.2.1.2.0-161003.0737
Implementation-Vendor: Oracle Corporation
Implementation-Division: Framework Development Division
Implementation-URL: http://www.oracle.com/
Specification-Title: Oracle Service Bus 12.2.1.2.0
Specification-Version: 12.2.1.2.0
Specification-Vendor: Oracle Corporation
Specification-URL: http://www.oracle.com/

MFT Version

export ORACLE_HOME=/fmw11g/soa12212

/fmw11g/soa12212/mft/bin/mftversion.sh
**************************************************************
INFO: Detected a WebLogic Installation.
**************************************************************
Oracle MFT Version Information:
-------------------------------------

Product Version : 12.2.1.2.0-161003.0739.0018
Label Version   : PCBPEL_12.2.1.2.0_GENERIC_161003.0739.0018
Compile JDK     : 1.8.0_40-ea
Java Home       : /home/oracle/jdk1.8.0_66

Runtime JDK Version
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
**************************************************************






Tags: Publish
February 20, 2018 at 09:46AM
Open in Evernote

No comments: