You are on page 1of 9

Oracle Applications(EBS) DBA

Versions : 12.2

Vishnu Vinnakota
Copyright 2021 © by FINELEARN. All rights reserved.
Oracle E-Business Suite
ADOP Basics

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
Agenda

 Understanding Dual File System


 Introduction to ADOP
 ADOP Phases
 Important tables
 Queries

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
ADOP

• Introduced from R12.2


• Stands for AD Online Patching
• Replaces “adpatch” in previous versions
• Can apply all Application Tier Patches except FMW or iAS patches
• Consists of 5 phases: Prepare, Apply, Finalize, Cutover and Cleanup

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
Dual File System

• Introduced from R12.2 to reduce patching down time


• Application Tier File System Consists of fs1 and fs2 in base directory
• At a given time, one is designated as run and the other as patch
• “run” file system is used for running Oracle E-Business Suite i.e., users access “run” File System
• “patch” file system is used for Patching
• “adop” Utility is used to apply patches on the Patch File System

base

fs1 fs2 fs_ne EBSapps.env


(run/patch FS) (patch/run FS)

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
ADOP Phases

Phase Description
Prepare Prepares the environment for patching

Apply Applies the specified patches (one or more) to the Patch File System

Finalize Performs final steps before cutover

Cutover Flips File System i.e., if fs1 is run it becomes patch and fs2 becomes run

Cleanup Removes obsolete code and data from old editions

fs_clone Recreates the patch edition file system as an exact copy of the run edition file system,
preserving the mode, ownership, and timestamps of the files.
Abort Aborts the online patching cycle by dropping the database patch edition. This phase cannot
be specified with any other phase.

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
Important Tables

Table Description
ad_applied_patches All patches applied using adop or adpatch

ad_bugs All bugs such as one-fixes

fnd_product_groups E-Business Installation information such as Version, Multi-Org

fnd_product_installations All products(applications), tablespaces, patch level information

ad_file_versions, ad_files Information about the files in Oracle E-Business Suite

ad_adop_sessions All adop session information

Copyright 2021 © by FINELEARN. All rights reserved.


Oracle Applications DBA
Commands and Queries

Check Applied Bugs

select bug_number from ad_bugs where bug_number='<number>';

Check Applied Patches

select * from ad_applied_patches where patch_name='2115690’;

Check ADOP sessions

select * from ad_adop_sessions;

Copyright 2021 © by FINELEARN. All rights reserved.


THANK
YOU

Copyright 2021 © by FINELEARN. All rights reserved.

You might also like