Overview Of Adop Apply Phase
Adop Apply Phase Frequently Using Commands:-
How to apply the patch
adop phase=prepare
adop phase=apply patches=<Patch_Number>
adop phase=finalize
adop phase=cutover
adop phase=cleanup
adop phase=fs_clone
How to apply Multiple patches
adop phase=apply patches=<Patch1>,<Patch2>,<Patch3>
How to apply Merge patch
adop phase=apply patches=<Patch1>,<Patch2>,<Patch3> merge=yes
How to apply Patch Run File System/Hot Patch Mode
adop phase=apply patches=<Patch_Number> hotpatch=yes
How to apply the patch downtimemode
How to reapply the patch
adop phase=apply patches=<Patch_Number> options=forceapply
How to restart the patch from where patch failed
adop phase=apply patches=<Patch_Number> restart=yes
How to restart the failed patch from begining
adop phase=apply patches=<Patch_Number> abandon=yes
How to ignore the failed patch and apply the new patch
adop phase=apply patches=<New_Patch_Number> abandon=yes
How to apply the Language Patches
First Apply the Main Patch US Language Patch then apply the NLS patch
Master Patch:adop phase=apply patches=33796929
Laungage patch:adop phase-apply patches=33796929:u33796929.drv,33796929_E:u33796929.drv, 33796929_FRC:u33796929.drv
How to abort the patch
adop phase=abort
adop phase=cleanup cleanup_mode=full
What happening adop apply phase:-
Download the Patch from Oracle support
Place the patch in $PATCH_TOP
Unzip the Patch
Before applying the patch, the dba will perform a patch analysis using the patch wizard. We can find out exactly what the patch does in our EBS.
Read the readme (REDME.txt) file for detailed information about the patch, including how to apply it and pre/post installation processes.
The driver file (u12345.drv) contains instructions for patching.
Patch metadata files will run the pre-request tests.
Here will mention some common steps for patching
The patch will extract the specific product driver files.
Take a backup of the earlier versions of the files.
Compile the forms' PL/SQL libraries and menu files.
Some patches will use autoconfic as part of the patching process.
The Ldt file driver file will pick up and execute the FNDLOAD, which is part of the patching.
Update the new object modules, relink the files, and compile invalid objects.
References:-
Overview of adop finalize phase
How to drop Old Database edition in R12.2
Comments
Post a Comment