Adrci
From Oracle FAQ
Adrci (Automatic Diagnostic Repository Command Interface) is a command line utility that ships with the Oracle database software.
Contents |
[edit]
History
Adrci was introduced with Oracle 11g.
[edit]
Commands
adrci commands:
[edit]
CREATE REPORT
[edit]
EXIT
Exit the adrci utility.
[edit]
HELP
Obtain help.
[edit]
HOST
Run operating system commands.
[edit]
SHOW
View alert log file:
adrci> SHOW ALERT
Show problems:
adrci> SHOW PROBLEM
Show incidents:
adrci> SHOW INCIDENT
[edit]
SPOOL
Spool output to a file:
adrci> SPOOL report adrci> SPOOL Current spooling to report adrci> SPOOL OFF
[edit]
Also see
- ADR - Automatic Diagnostic Repository

