diagnose_awr

Run diagnostics for the AWR Warehouse database specified by the target name and target type parameters. If the specified database is an AWR Warehouse, then warehouse diagnostics will be run, else source side diagnostics will be run.

Format

emcli diagnose_awr
          -target_name=<target_database_name>
          -target_type=<target_database_type>

Options

  • target_name

    Name of the target database (AWR Warehouse or source database).

  • target_type

    Type of target. The possible values for target type are oracle_database, oracle_pdb, and rac_database.

Output

Success/Error

Example

The following example runs diagnostics for the target AWR Warehouse database, sample_database:

emcli diagnose_awr
            -target_name=sample_database
            -target_type=oracle_database