3 Ways To Find Your Oracle Weblogic Version

There are at least 3 different ways to find the version of Oracle Weblogic Server that you are running:

  1. Using the registry.xml file located in your MW_HOME directory.
    • example: /u01/weblogic/Oracle/Middleware or E:\Oracle\Middleware
    • Look for a line similar to:
      <component name=”WebLogic Server” version=”10.3.4.0″ InstallDir=”/u01/weblogic/Oracle/Middleware/wlserver_10.3″&gt;
  2. Using the .product.properties file located in your WLS_HOME directory.
    • example: /u01/weblogic/Oracle/Middleware/wlserver_10.3 or E:\Oracle\Middleware\wlserver_10.3
    • Look for a line similar to:
      WLS_PRODUCT_VERSION=10.3.4.0
  3. Using the Oracle Weblogic Server Administration Console
    • Use the left hand menu to navigate to Environment -&gt; Servers. Then, click the [Monitoring] tab. You should see a screen similar to the one below:
      Oracle Weblogic Server Administration Console

2 thoughts on “3 Ways To Find Your Oracle Weblogic Version

  1. can you please clarify below query
    Currently weblogic is running with 12.1.3.0.0 version. Now, executed fmw_12.2.1.4.0_wls.jar file. I dont see this .product.properties file under new installed folder.
    Do we need to keep existing .product.properties file manually in the new installed folder?
    if yes, do we need to change any other configurations?
    if no, how to get that .product.properties file into the new installed folder?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post Pause/Resume E1 Scheduler with SQL
Next post How To Start SQLPlus From The Linux Command Line