Posts

Showing posts from March 13, 2016

Patch Weblogic with bsu utility

In Oracle Weblogic, we often gets security patches and other patches related to product. As Oracle Weblogic Admins it required to apply patches regularly, in this post will see how to apply patches from bsu utility in command prompt. Preparing to Install Oracle Weblogic Server Patch set  : - Patches can be applied on a per-domain basis or   installation –wide basis, its better to apply the patch     to installation wide. - user the same user   which was used to install the   weblogic to login to the servers.   - Stop all running instances of weblogic on the    domain hosted on the server. Installing the Oracle Weblogic Serer Patch Set : - Down load the required patch set from the oracle support.   -  copy the patchset to    {MW_HOME}/utils/bsu/cache_dir  or any local directory on the server  and make sure its permissions are correct to execute the patch. - set the WLS_Home    ( ...