If your Oracle E-Business Suite (Oracle EBS) online patching process failed only at the adop phase=prepare phase, then you can abort the online patching process by running the following commands.
adop -status (Shows that it failed at the prepare or apply phase)
Set the RUN file system
echo $FILE_EDITION (Must show run)
adop phase=abort
adop phase=cleanup cleanup_mode=full
The additional adop phase=fs_clone is required only if it failed at the actual patch apply phase i.e adop phase=apply. Otherwise fs_clone is not required.
No comments:
Post a Comment