Skip phases and apply patch using only "adop phase=apply"
Hello all.
We have recently upgraded our test EBS to r12.2 (12.2.5). As I understand it, we now apply patches with adop in phases (prepare, apply, finalize, etc). We want to apply a patch and the README states the following:
Apply The Patch
==============================================================================
For 12.0.X / 12.1.X / pre-upgrade patches (using adpatch), you must shut down
all Application tier services before performing the tasks in this section.
For 12.2.X patches (using adop), you can perform the tasks in this section
without shutting down the Application tier services.
1. Apply patch [required]
Apply the patch with ADOP:
adop phase=apply patches=23574112
So do I execute each phase (prepare, apply, finalize, etc) for this patch or do I only run the one command given in the README?