Home » Oracle » Downtime and Hotpatch apply mode in adop R12.2

Downtime and Hotpatch apply mode in adop R12.2

Downtime Mode adop R12.2

  • When applying patches in this mode, adop will first confirm that the application tier services are down, and will then proceed to apply the patch to the run edition of the Oracle E-Business Suite database and file system.
  • Downtime mode patching does not use an online patching cycle. The process of applying a patch in downtime mode is completed more quickly than in online mode but at the cost of increased system downtime.

To run adop in downtime mode, you use the following command line options. In this example, patch 1111111 is applied in downtime mode:

$ adop phase=apply patches=1111111 apply_mode=downtime

It does not require the prepare phase

The important point in downtime mode

(1) Release 12.2 patches are not normally tested in downtime mode. So this mode should be used in emergency only

(2) Downtime mode is only supported for production use where explicitly documented, or when directed by Oracle Support or Development.

(3) This mode was introduced to optimize the process of upgrading to Oracle E-Business Suite Release 12.2

(4) No patching cycle can be in progress. Even though adop will prevent you from applying patches in downtime mode while a patching cycle is underway, it is important to keep this in mind for planning purposes

(5)To prevent massive invalidation in the database, code objects deployed to the database should not include parent objects that could cause extensive invalidation on dependent objects. If this does happen, a significant amount of time will be required for code recompilation.

(6) Directories that contain code deployed to the application tier during emergency patch deployment must be registered with the custom synchronization driver, to ensure successful automatic file system synchronization by the adop synchronization process.

See also  How to create tablespace in Oracle

Hotpatch mode

In hotpatch mode, adop will apply the patch to the run edition of the system while application services are still running. Patches that can be safely applied in hotpatch mode (such as NLS and Online Help patches) will document this in the patch readme. Hotpatch mode cannot be used if there is an online patching cycle in progress.
To run adop in hotpatch mode, you use the following command line options. In this example, patch 1111111 is applied in hotpatch mode:

$ adop phase=apply patches=1111111 apply_mode=hotpatch

It does not require the prepare phase

Related R12.2 articles to help you 

What happens in cutover phase of adop in R12.2
40 Question you must know about R12.2
R12.2 Online patching sycle Summary
How to rollback the patch after failed cutover phase in R12.2

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top