Wednesday, March 18, 2015

Weblogic patching using command line

1.Download required patch from oracle website
2.Unzip the file and copy the patch to the sesrver where weblogic is installed and needs to be patched
3.Navigate to "middleware_home/utils/bsu" directory and run below command (replace references according to your environment)

./bsu.sh -install -patch_download_dir= {Path to directory where patch is copied} -patchlist={PATCH_ID} -prod_dir={MW_HOME}/{WL_HOME}

No comments:

Post a Comment