Skip to main content

Weblogic Version finder for version 10g and 12c

How to find Weblogic Version for 10g and 12c

There are two easy ways to find weblogic version for weblogic 12c versions


First method :
1) Go to <installation_dir>/inventory. Hope you know the path of the installation dir. Follow the link if you don't know how to find the installation path.

2) Open the registry.xml and you shall see the version of the weblogic installed in the machine. How to find Product home directory

Example as below





Second method :

1) Run the following command to get the weblogic version details

java -cp <installation_dir>/server/weblogic.jar

it will show you the desired results.




If you would like to find the list of patches applied for the version. Follow the link for weblogic 12c How to find the list of patches applied in weblogic 12c


 

 

Comments

Popular Posts

How to find the list of patches applied in Weblogic 12c

How to find the list of patches applied in Weblogic 12c   As you know oracle is releasing critical patches every quarter. It is highly recommended to apply the patch in the servers whenever its released. To see what are the patches applied in the server, follow the below way to find out. 1) Go to <installation_dir>. Follow the link if you dont know Find the weblogic home directory 2) Navigate to Opatch folder 3) execute the command ./opatch patches 4) It will show the list of patches applied in the environment along with the dates its applied. To know when the patch is applied on the environment. Follow the link  Find the date and time of weblogic patch applied