Login  Register

Re: Weblogic Patch on R12.2

Posted by ErmanArslansOracleBlog on Dec 08, 2020; 4:59pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Weblogic-Patch-on-R12-2-tp9103p9104.html

source EBSapps.env run
adop phase=prepare
source patch env / EBSapps.env patch
BSU actions.. (I mean patch!)
---
$ cd $FMW_HOME/utils/bsu
$ bsu.sh
-prod_dir=<path>/FMW_Home/wlserver_10.3
-patchlist=<patchID1>
-verbose -install
---
adop phase=finalize
adop phase=cutover
source EBSapps.env run
adop phase=cleanup
Synchronize the technology level between patch and run file systems:
adop phase=fs_clone

Check this note - >

Oracle E-Business Suite 12.2 Patching Technology Components Guide (Doc ID 1355068.1)

That document is a little hard to read. But attention -> in step3 it says : Refer to Table 1 below for details about applying technology patches application on the application tier.

So when you are at step3, you go to table 1 and find the bsu instructions.. This means bsu actions can also be done in online patching mode.