Home » Oracle » adopmon and adopreports utility in R12.2

adopmon and adopreports utility in R12.2

adopmon utility in R12.2

Starting with R12.2.5, Oracle provides a  utility name adopmon to monitor the progress of the adop session. The adopmon utility is useful both in following the overall progress of a patching cycle and identifying the various individual actions that are being taken.

The following example shows how adopmon is used, with some sample output from the finalize phase.

$ adopmon

Running script. Press Ctrl-C to quit.
Enter the APPS password:
Validating credentials...

2024/01/04 1:29:02 test          EVENT        Checking for existing adop sessions.
2024/01/04 1:29:02 test          EVENT        Checking for pending hotpatch session.
2024/01/04 1:29:02 test          EVENT        Checking for pending cleanup session.
.........................................................................
..........................................................................
2024/01/04 2:01:56 testsystem          EVENT        The finalize phase completed successfully.

adopreports utility in R12.2

Starting with R12.2.5, Oracle provides an Online Patching Diagnostic Reports utility, $AD_TOP/bin/adopreports, which can be used to help diagnose issues or simply gather information about the status of your system.

The adopreports utility is invoked by entering the command:

$ adopreports <APPS username> <APPS password>

This displays the adopreports, Main Menu:

Online Patching Diagnostic Reports Main Menu
--------------------------------------------

1.  Run edition reports
2.  Patch edition reports
3.  Other generic reports
4.  Exit

Choosing option 1 from the Main Menu displays the Run Edition Reports Sub Menu:
Run Edition Reports Sub Menu
----------------------------

1.  All
2.  Count of uncovered objects per edition
3.  List of uncovered objects per edition
4.  Cleanup status - summary of covered objects per edition,etc.
5.  Show covered objects count per edition.
6.  Show list of covered objects per edition.
7.  Back to main menu

Choosing option 2 from the Main Menu displays the Patch Edition Reports Sub Menu:
Patch Edition Reports Sub Menu
------------------------------

1.  All
2.  Patch status - new/changed objects
3.  Objects patch in the current edition
4.  Table manager status
5.  Back to main menu

Choosing option 3 from the Main Menu displays the Other Generic Reports Sub Menu:
Other Generic Reports Sub Menu
------------------------------

1.  Editions summary
2.  Editioned objects summary
3.  Free space in important tablespaces
4.  Status of critical AD_ZD objects
5.  Actual objects in current edition
6.  Objects dependencies
7.  Objects dependency tree
8.  Editioning views column mappings
9.  Index details for a table
10.  Inherited objects in the current edition
11.  All log messages
12.  Materialized view details
13.  Database sessions by edition
14.  Table details (Synonyms, EV, etc.)
15.  Count and status of DDL execution by phase
16.  Back to main menu

I hope you find the article on adopmon and adopreports utility in R12.2 useful and interesting.

See also  6 cool points about command Prompt in windows

Related Articles

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

2 thoughts on “adopmon and adopreports utility in R12.2”

    1. adopmon is available from AD/TXK 7 only. When R12.2.5 was released ,AD/TXK 7 was also released and we are suppose to apply the latest AD/TXT patches for upgrade to R12.2.5

Leave a Comment

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

Scroll to Top