Adrci

From Oracle FAQ
⧼orafaq-jumptonavigation⧽⧼orafaq-jumptosearch⧽

Adrci (Automatic Diagnostic Repository Command Interface) is a command line utility that ships with the Oracle database software.

History

Adrci was introduced with Oracle 11g.

Commands

adrci commands:

CREATE REPORT

EXIT

Exit the adrci utility.

HELP

Obtain help.

HOST

Run operating system commands.

SHOW

View alert log file:

adrci> SHOW ALERT

Show problems:

adrci> SHOW PROBLEM

Show incidents:

adrci> SHOW INCIDENT 

SPOOL

Spool output to a file:

adrci> SPOOL report
adrci> SPOOL
Current spooling to report
adrci> SPOOL OFF

Also see

  • ADR - Automatic Diagnostic Repository