Find Weblogic Server Version/Patches in EBS R12.2/ Standalone Weblogic
1) Go to Fusion middleware Home directory with run or patch edition
cd $MW_HOME
grep -I version registry.xml
<?xml version=â1.0âł encoding=âUTF-8âł?><bea-product-information xmlns:fo=âhttp://www.w3.org/1999/XSL/Formatâ xmlns:gpr=âhttp://www.bea.com/ns/cie/gprâ>
<component name=âCommon Infrastructure Engineeringâ version=â7.4.0.0âł InstallDir=ââ>
<component name=âWebLogic Serverâ version=â10.3.6.0âł InstallDir=â/u05/appl_prod/fs1/FMW_Home/wlserver_10.3âł>
<component name=âOracle Configuration Managerâ version=â10.3.5.0âł InstallDir=ââ>
2) we can check the version from console also
Login to http://<server_name>:<port>/console
Weblogic version is there in the bottom
To find the patches
cd $MW_HOME/utils/bsu