meta données pour cette page
  •  

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
oracle:database:adrci [25/02/2025 13:51] – créée mdloracle:database:adrci [25/02/2025 13:56] (Version actuelle) mdl
Ligne 1: Ligne 1:
-[root@phanes odaorabase0]# adrci+====== Automatic Diagnostic Repository Command Interpreter (ADRCI) ====== 
 + 
 +The Automatic Diagnostic Repository Command Interpreter (ADRCI) utility is a command-line tool that you use to manage Oracle Database diagnostic data. 
 +ADRCI is a command-line tool that is part of the fault diagnosability infrastructure introduced in Oracle Database 11g. 
 + 
 + \\ 
 +== Usage == 
 + 
 +You can use ADRCI in interactive mode or batch mode. 
 +Setting the ADRCI Homepath Before Using ADRCI Commands 
 +When diagnosing a problem, you may want to work with diagnostic data from multiple database instances or components, or you may want to focus on diagnostic data from one instance or component. 
 +Viewing the Alert Log 
 + 
 + 
 +<code BASH> 
 +[root@srv1  odaorabase0]# adrci
  
 ADRCI: Release 19.0.0.0.0 - Production on Tue Feb 25 14:40:01 2025 ADRCI: Release 19.0.0.0.0 - Production on Tue Feb 25 14:40:01 2025
Ligne 35: Ligne 50:
 adrci> set home diag/asmcmd/user_oracle/phanes adrci> set home diag/asmcmd/user_oracle/phanes
 adrci> purge -age 60 adrci> purge -age 60
 +</code>