Weblogic Patch on R12.2

classic Classic list List threaded Threaded
7 messages Options
big
Reply | Threaded
Open this post in threaded view
|

Weblogic Patch on R12.2

big
Hi,
Is the following scenario correct to apply Weblogic patch on EBS R12.2.4:

0-run adop prepare,stop application.

1-source patch file system.

using the system using .EBSApps patch

2- apply those Weblogic patches into patch file system (using bsu.sh),

3-being on RUN, start application

4- do adop cutover.

Thanks and regards.
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

ErmanArslansOracleBlog
Administrator
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.
big
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

big
Really thank you Erman.

Suppose Weblo patch creates a file myfile.gfd on PATCH fs.

If I do not run adop phase=fs_clone, this file "myfile.gfd" will not be copied on RUN fs?

Thanks again.
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

ErmanArslansOracleBlog
Administrator
This is another question. Please create a seperate issue for this.

8 Ara 2020 Sal 23:44 tarihinde big [via Erman Arslan's Oracle Forum] <[hidden email]> şunu yazdı:
Really thank you Erman.

Suppose Weblo patch creates a file myfile.gfd on PATCH fs.

If I do not run adop phase=fs_clone, this file "myfile.gfd" will not be copied on RUN fs?

Thanks again.


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/Weblogic-Patch-on-R12-2-tp9103p9105.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
big
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

big
Ok.
Thank, you.
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

VinodN
In reply to this post by ErmanArslansOracleBlog
Hi Erman, why do we need to set patch env to apply these patches? We don't do that when applying application patches, yet adop automatically applies them to patch fs..
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic Patch on R12.2

ErmanArslansOracleBlog
Administrator
That is due to the incapabilities (online patching-related) of the patching tool.