What action we can perform in below scenario in R12.2 Patching

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

What action we can perform in below scenario in R12.2 Patching

Amar Jadhav

scenario 1:

In apply phase 1945634 patch got failed? I want to restart same patch.


scenario 2:

This patch 1925634 got failed . Now I want to apply new patch  1947234 ?

Reply | Threaded
Open this post in threaded view
|

Re: What action we can perform in below scenario in R12.2 Patching

ErmanArslansOracleBlog
Administrator
If you want to restart a failed patch from where it left off, you use restart=yes
adop phase=apply patches=1234 restart=yes

If you want to ignore a previously failed patch and apply a different one, you use abandon=yes
adop phase=apply patches=3456 abandon=yes
Reply | Threaded
Open this post in threaded view
|

Re: What action we can perform in below scenario in R12.2 Patching

Amar Jadhav
Thanks erman.

One more thing to jsut clearify.

Can I go adop phase=abort in below senario only. Is there any other scenario

senario 1:

 adop phase=prepare   --this got failed.

adop phase=abort
adop phase=cleanup clenup_mode=full
adop phase=fs_cone


senario 2:

adop phase=apply    --> one patch got failed want to rollback the changes  now.
adop phase=abort
adop phase=cleanup clenup_mode=full
adop phase=fs_clone

Reply | Threaded
Open this post in threaded view
|

Re: What action we can perform in below scenario in R12.2 Patching

Susmit
Yes, you can run, adop phase=abort in both cases.
You can run "Abort" until u run "Cutover".
Thanks and Regards,
Roy Susmit
Oracle Applications DBA