Different versions of WLS
We're using Oracle 12c database and just want to install the Weblogic SPB July patch. So far, we can see that "WebLogic Server Version: 12.2.1.4.0" showed at the left bottom side of Web Administration Console, then we downloaded "Stack Patch Bundle (SPB): 33125241 - 12.2.1.4.210716".
Before the installation process, I double check our Weblogic version again by command...
# java -cp weblogic.jar weblogic.version
--> WebLogic Server 12.1.3.0.0
# cat .product.properties | grep WLS_PRODUCT
--> WLS_PRODUCT VERSION=12.1.3.0.0
Why the different versions can be running on Server? What is the cause of the problem ? What is the correct version in running now?
Thanks!
Before the installation process, I double check our Weblogic version again by command...
# java -cp weblogic.jar weblogic.version
--> WebLogic Server 12.1.3.0.0
# cat .product.properties | grep WLS_PRODUCT
--> WLS_PRODUCT VERSION=12.1.3.0.0
Why the different versions can be running on Server? What is the cause of the problem ? What is the correct version in running now?
Thanks!
0