ADOP PHASES IN R12.2 / R12.2 PATCHING

ADOP PHASES IN R12.2  / R12.2 PATCHING :
===================================

Prepare phase
==============
Gets patching filesystem ready to apply a patch.
Checks that ETCC has been run against the database Oracle Home and that all required 
patches are applied.
synchronize filesystems - If any configuration changes have been made, this will 
cause the prepare phase 
to initiate a fs_clone of the current run filesystem to the patch filesystem.
run autoconfig if necessary.
check tablespaces for sufficient free space before starting.
check APPS_FNDFS listener to make sure concurrent requests will launch.
launch concurrent request - "Online Patching In Progress" (ADZDPATCH).
synchronize snapshots between run and patch filesystems.

Apply:($ adop phase=apply analytics=yes) 
====== 
merging patches - ADOP determines correct options automatically.
patch repository location.
ADOP log directories.
how to run ADOP unattended by passing the required passwords into the ADOP command.
how to use adctrl with ADOP.
viewing the ADOP patch log file while ADOP is running.


FINALIZE PHASE:(If finalize_mode=full, 
compute statistics for key data dictionary tables for improved performance.)
===============
compiles invalids objects in the patch edition.
determines DDL statements to execute at cutover.
validates that the system is ready for a cutover.
gathers statistics for performance.

CUTOVER PHASE
================
once started, the abort phase can not be issued.
runs the finalize phase if it was missed.
cancels concurrent request - "Online Patching In Progress" (ADZDPATCH).
shuts down the internal concurrent manager.
stops any processes that may have been started on the patch filesystem.
stops the RUNNING applications tiers.
executes the DDL statements prepared during the finalize phase.
loads jar files into the database.
synchronizes snapshots between run and patch filesystems.
broadcasts a message to local users that a cutover is taking place and to re-source 
their working environment.


CLEANUP PHASE
==============
cleans up old editions
explains the three methods of cleanup.
QUICK cleanup performs removal of obsolete crossedition triggers and seed data.
STANDARD cleanup performs removal of obsolete crossedition triggers and seed data, 
drops (removes) 
obsolete editioned code objects (covered objects). (DEFAULT MODE)
FULL cleanup performs maximum cleanup, which drops all obsolete code and data from 
earlier editions


FS_CLONE PHASE
================
when to run fs_clone.
verifies cleanup was run and runs it if it has not.
performs the clone stage
performs the clone to patch filesystem
synchronizes snapshots between run and patch filesystems.
stops any patch filesystem processes that were started.

Comments

Popular posts from this blog

Troubleshooting EBS login page issue in R12.2:

Oracle Apps EBS R12.2 Login Flow

Oracle apps dba Interview Q&A's