Java – how verify that weblogic is up to date

javaweblogic

How can I verify that Oracle Weblogic is up to date ?
The administration console print 10.3.6.0 as weblogic version.
I visited Oracle site and the last version to download is 10.3.6 but I think that there is something missing because the server uptime is almost 2 years.

Thanks.

Best Answer

Current version is Oracle WebLogic Server 12c (12.1.3). The version you are referring is WebLogic Server 11gR1 PS5 (10.3.6) base version. Oracle is always updating the critical CPU patches.Which will help to fix well known bugs,vulnearabilies etc.So you can download the recent cpu bundle patch from oracle metalink support site(http://support.oracle.com go to patches and certifications --> choose recommended patch advisior --> enter weblogic version and os platform -->hit search and it will show you patches available (current one is 10.3.6.9 for weblogic 11g) and keep your weblogic updated.It is know way related with you server uptime.Server uptime will only show you that from how many days your server is running;it will never show you that the OS/weblogic or any other software installed is up to date or not. Hope this helps :)