Skip a Failed Patch and Apply next Patch

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

Skip a Failed Patch and Apply next Patch

Susmit
Hi Erman,

We are trying to apply a patch,

adop phase=apply apply_mode=downtime patches=26715977 workers=12 wait_on_failed_job=yes

It fails with some error.
** This patches has some issues and went to Oracle Dev.

We want to not stop and apply the next patch  21900901 [ No dependency on the previous patch ]

Is it possible to do that. if yes is the next options correct for adop?

adop phase=apply apply_mode=downtime patches=21900901 abandon=yes workers=12 wait_on_failed_job=yes

Thanks and Regards,
Roy Susmit
Oracle Applications DBA
Reply | Threaded
Open this post in threaded view
|

Re: Skip a Failed Patch and Apply next Patch

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

So, if you gonna apply the patch in downtime, your syntax is correct.
Reply | Threaded
Open this post in threaded view
|

Re: Skip a Failed Patch and Apply next Patch

Susmit
Thanks Erman.
Thanks and Regards,
Roy Susmit
Oracle Applications DBA