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