溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

怎么進(jìn)行清除alert log

發(fā)布時(shí)間:2021-11-03 15:33:33 來源:億速云 閱讀:701 作者:柒染 欄目:建站服務(wù)器

這篇文章給大家介紹怎么進(jìn)行清除alert log,內(nèi)容非常詳細(xì),感興趣的小伙伴們可以參考借鑒,希望對(duì)大家能有所幫助。

1.手動(dòng)刪除log_××.xml,刪除文件后oracle會(huì)自動(dòng)創(chuàng)建一個(gè)新的log.xml文件。
2.使用ADRCI 工具也可以刪除alert log。

1.在OS中手動(dòng)刪除log_××.xml
[oracle@dbserver alert]$ ll
total 4
-rw-r----- 1 oracle oinstall 307 Aug  9 08:59 log.xml
[oracle@dbserver alert]$ rm log.xml
[oracle@dbserver alert]$ ll
total 0

SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.

[oracle@dbserver alert]$ ll
total 12
-rw-r----- 1 oracle oinstall 10150 Aug  9 09:01 log.xml

2.使用ADRCI 工具也可以刪除alert log。
[oracle@dbserver alert]$ ll
total 36
-rw-r----- 1 oracle oinstall 33420 Aug  8 16:23 log.xml

[oracle@dbserver ~]$ adrci

ADRCI: Release 11.2.0.2.0 - Production on Wed Aug 8 16:37:19 2012

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

ADR base = "/testcase/adr_test"
adrci> show homes
ADR Homes:
diag/rdbms/orcl/orcl
adrci> set homepath diag/rdbms/orcl/orcl
adrci> show alert -tail
2012-08-08 16:18:18.935000 +08:00
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=24, OS id=20503
2012-08-08 16:18:20.445000 +08:00
ARC2: Archival started
ARC3: Archival started
ARC0: STARTING ARCH PROCESSES COMPLETE
ARC0: Becoming the heartbeat ARCH
2012-08-08 16:18:23.428000 +08:00
db_recovery_file_dest_size of 4002 MB is 2.00% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.
Starting background process CJQ0
2012-08-08 16:18:24.451000 +08:00
CJQ0 started with pid=25, OS id=20519
Completed: ALTER DATABASE OPEN
2012-08-08 16:23:21.740000 +08:00
Starting background process SMCO
SMCO started with pid=26, OS id=20637

adrci> purge -age 1 -type alert
adrci> show alert -tail
adrci> exit
[oracle@dbserver alert]$ ll
total 0


 新的Oracle數(shù)據(jù)庫(kù)的日志文件在$ORACLE_BASE/diag/rdbms下面,例如:/opt/oracle/oradb/diag/rdbms/ORACLE_SID/ORACLE_SID/trace.

Alert log XML文件位置:
SQL> select value from v$diag_info where name ='Diag Alert';
VALUE
--------------------------------------------------------------------------------
/opt/oracle/diag/rdbms/orcl/orcl/alert
SQL>

Alert log文本文件位置:
SQL> select value from v$diag_info where name ='Diag Trace';
VALUE
--------------------------------------------------------------------------------
/opt/oracle/diag/rdbms/orcl/orcl/trace

關(guān)于怎么進(jìn)行清除alert log就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI