Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Viewing Reports Using the ADRCI Utility
11-06-2009, 04:55 AM
Post: #1
Viewing Reports Using the ADRCI Utility
Viewing Reports Using the ADRCI Utility

You can create and view Health Monitor checker reports using the ADRCI utility.

To create and view a checker report using ADRCI

1. Ensure that operating system environment variables (such as ORACLE_HOME) are set properly, and then enter the following command at the operating system command prompt:

Quote: ADRCI

The utility starts and displays the following prompt:

adrci>>

Optionally, you can change the current ADR home. Use the SHOW HOMES command to list all ADR homes, and the SET HOMEPATH command to change the current ADR home. See Oracle Database Utilities for more information.

2. Enter the following command:
Code:
show hm_run

This command lists all the checker runs (stored in V$HM_RUN) registered in the ADR repository.

3. Locate the checker run for which you want to create a report and note the checker run name. The REPORT_FILE field contains a filename if a report already exists for this checker run. Otherwise, generate the report with the following command:

Code:
create report hm_run run_name

4. To view the report, enter the following command:

Code:
show report hm_run run_name
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Viewing and Updating the Incident Package Activity Log nbadmin 0 68 11-06-2009 05:15 AM
Last Post: nbadmin
  Viewing, Disabling, or Removing a SQL Patch nbadmin 0 67 11-06-2009 05:02 AM
Last Post: nbadmin
  Viewing Reports Using DBMS_HM nbadmin 0 76 11-06-2009 04:54 AM
Last Post: nbadmin
  Viewing Checker Reports nbadmin 0 63 11-06-2009 04:53 AM
Last Post: nbadmin
  Viewing the Alert Log nbadmin 0 44 11-06-2009 04:43 AM
Last Post: nbadmin
  Viewing Problems with the Enterprise Manager Support Workbench nbadmin 0 97 11-06-2009 04:40 AM
Last Post: nbadmin
  Viewing ADR Locations with the V$DIAG_INFO View nbadmin 0 54 11-06-2009 04:26 AM
Last Post: nbadmin
  ADRCI Command-Line Utility nbadmin 0 121 11-06-2009 04:24 AM
Last Post: nbadmin
  Viewing Server-Generated Alerts nbadmin 0 69 11-06-2009 04:11 AM
Last Post: nbadmin
  Viewing Environment Variables yoga 0 25 11-06-2009 01:19 AM
Last Post: yoga

Forum Jump: