How to find Oracle WebLogic Server Version ?

Use one of the following methods to find Oracle WebLogic Server version

1. From registry.xml in MW_HOME
Go to Middleware Home under which WebLogic is installed and look for file registry.xml
Open registry.xml and search for “component name=”WebLogic Server”” version=”10.3.3.0″  (variable version next to this will tell you weblogic version)

2.From WebLogic Admin Server logfile at $DOMAIN_HOME/servers/AdminServer/admin/AdminServer.log and search for “WebLogic Server“. Output like below will tell you WebLogic Server version (10.3.4.0 as per output below)

________
WebLogic Server 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255  Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
________

3. From class weblogic.version
Go to directory which contains weblogic.jar ($WL_HOME/server/lib) and run below command

java -cp weblogic.jar weblogic.version

You should see output like
______________
WebLogic Server 10.3.4.0  Fri Dec 17 20:47:33 PST 2010 1384255
Use ‘weblogic.version -verbose’ to get subsystem information

______________

Did you get a chance to download Free Interview Questions related to WebLogic? If not, download it here http://k21academy.com/weblogic-interview-question

web

Learn Oracle Weblogic Server Administration

If you want to learn Oracle WebLogic Server Administration with tons of additional features like Live Interactive Sessions, Life time access to membership portal, Free re-taking sessions for next one year, Dedicated Machine to practice, On Job Support and much more

 

Click here to know more

About the Author Atul Kumar

Oracle ACE, Author, Speaker and Founder of K21 Technologies & K21 Academy : Specialising in Design, Implement, and Trainings.

follow me on:

Leave a Comment:

8 comments
Sanjeev Kumar Nanda says April 29, 2011

Hi Atul,

Can you please tell me what are the most important confugration file for Oracle WebLogic SOA Server.

Regards
Sanjeev

Reply
Atul Kumar says April 29, 2011

@Sanjeev Kumar Nanda,
Most of config files in SOA 11g are under $DOMAIN_HOME

1. $DOMAIN_HOME/config
2. $DOMAIN_HOME/config/fmwconfig

Reply
Magda says August 19, 2011

Could you tell me if it is possible to check the edition installed via Windows Registries?

Reply
» How to find OID version and patches applied on OID Home ? Online Apps DBA: One Stop Shop for Apps DBA’s says March 22, 2012

[…] steps on how to find version of WebLogic click here , E-Business Suite version click here , and for WebGate version […]

Reply
Mohanraj says May 15, 2012

hi can you pls update me how to find weblogic server password when i have encrypted password ?

Reply
Dakshesh says January 21, 2014

Hi Atul,

I enjoy your posts and like the way you simplify the response. Thanks a lot.

I’ve question on Oracle Weblogic Forms & Reports. Like to know simple way to find out Forms & Reports version that are configured as managed server in Oracle Weblogic.

~Dakshesh

Reply
Dakshesh says January 21, 2014

Hi Atul,

I enjoy your posts and like the way you simplify the response. Thanks a lot.

I’ve question on Oracle Weblogic Forms & Reports. Like to know simple way to find out Forms & Reports version that are configured as managed server in Oracle Weblogic.

~Dakshesh

Reply
Shews says February 5, 2014

> Could you tell me if it is possible to check the edition installed via Windows Registries?

If by edition you mean Standard vs. Enterprise vs. Suite, the edition (or more accurately the license you require) is dependent on which features you use. There is only one download.

See MOS note: “How To Tell Which WebLogic Server Package Is Being Used (Doc ID 1487545.1)”

If you’re using Clustering or Enterprise Manager Diagnostics Pack – you’re using Enterprise.

I just now found all this out so thought I’d share 🙂

Hope that helps

Reply
Add Your Reply

Not found