建立EM遇到歸檔Hang住ORA-19504
環境
OS:oracle linux 6.5
db:oracle 11.2.0.4 asm儲存
建立EM遇到歸檔Hang住ORA-19504
[grid@OLEASM1 ~]$ tail -f /u01/app/oracle/diag/rdbms/pnetdata/netdata/trace/alert_netdata.log
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16038: log 2 sequence# 107 cannot be archived
ORA-19504: failed to create file ""
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:24:26 2015
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16014: log 2 sequence# 107 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:29:26 2015
ARC0: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Unable to create archive log file '+FRA'
ARC0: Error 19504 Creating archive log file to '+FRA'
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16038: log 2 sequence# 107 cannot be archived
ORA-19504: failed to create file ""
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:29:26 2015
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> archive log list;
資料庫日誌模式 存檔模式
自動存檔 啟用
存檔終點 +FRA
最早的聯機日誌序列 107
下一個存檔日誌序列 107
當前日誌序列 109
SQL> select file_type, percent_space_used as used,percent_space_reclaimable as reclaimable,number_of_files as "number" from v$flash_recovery_area_usage;
FILE_TYPE USED RECLAIMABLE number
-------------------- ---------- ----------- ----------
CONTROL FILE 0 0 0
REDO LOG 0 0 0
ARCHIVED LOG 16.41 16.41 21
BACKUP PIECE 62.63 62.63 5
IMAGE COPY 0 0 0
FLASHBACK LOG 0 0 0
FOREIGN ARCHIVED LOG 0 0 0
已選擇7行。
查詢已佔用的空間
select sum(percent_space_used)*3/100 from v$flash_recovery_area_usage;
查詢flash_recovery_area大小
SQL> show parameter db_recovery_file
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string +FRA
db_recovery_file_dest_size big integer 3912M
修改db_recovery_file_dest_size大小
ALTER SYSTEM SET db_recovery_file_dest_size='10G' SCOPE=BOTH;
再次查詢日誌歸檔已正常切換
Fri Jun 26 07:34:26 2015
ARC0: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:27 2015
Archiver process freed from errors. No longer stopped
Archived Log entry 170 added for thread 1 sequence 107 ID 0x16797591 dest 1:
krse_arc_driver_core: Successful archiving of previously failed ORL
Fri Jun 26 07:34:30 2015
ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:30 2015
LGWR: Standby redo logfile selected for thread 1 sequence 110 for destination LOG_ARCHIVE_DEST_2
Thread 1 advanced to log sequence 110 (LGWR switch)
Current log# 2 seq# 110 mem# 0: +DATA/netdata/onlinelog/group_2.267.882674055
ARC3: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:47 2015
Archived Log entry 172 added for thread 1 sequence 108 ID 0x16797591 dest 1:
Fri Jun 26 07:34:50 2015
Archived Log entry 173 added for thread 1 sequence 109 ID 0x16797591 dest 1:
Fri Jun 26 07:35:02 2015
OS:oracle linux 6.5
db:oracle 11.2.0.4 asm儲存
建立EM遇到歸檔Hang住ORA-19504
[grid@OLEASM1 ~]$ tail -f /u01/app/oracle/diag/rdbms/pnetdata/netdata/trace/alert_netdata.log
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16038: log 2 sequence# 107 cannot be archived
ORA-19504: failed to create file ""
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:24:26 2015
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16014: log 2 sequence# 107 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:29:26 2015
ARC0: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Unable to create archive log file '+FRA'
ARC0: Error 19504 Creating archive log file to '+FRA'
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
ORA-16038: log 2 sequence# 107 cannot be archived
ORA-19504: failed to create file ""
ORA-00312: online log 2 thread 1: '+DATA/netdata/onlinelog/group_2.267.882674055'
Fri Jun 26 07:29:26 2015
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance netdata - Archival Error
連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> archive log list;
資料庫日誌模式 存檔模式
自動存檔 啟用
存檔終點 +FRA
最早的聯機日誌序列 107
下一個存檔日誌序列 107
當前日誌序列 109
SQL> select file_type, percent_space_used as used,percent_space_reclaimable as reclaimable,number_of_files as "number" from v$flash_recovery_area_usage;
FILE_TYPE USED RECLAIMABLE number
-------------------- ---------- ----------- ----------
CONTROL FILE 0 0 0
REDO LOG 0 0 0
ARCHIVED LOG 16.41 16.41 21
BACKUP PIECE 62.63 62.63 5
IMAGE COPY 0 0 0
FLASHBACK LOG 0 0 0
FOREIGN ARCHIVED LOG 0 0 0
已選擇7行。
查詢已佔用的空間
select sum(percent_space_used)*3/100 from v$flash_recovery_area_usage;
查詢flash_recovery_area大小
SQL> show parameter db_recovery_file
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string +FRA
db_recovery_file_dest_size big integer 3912M
修改db_recovery_file_dest_size大小
ALTER SYSTEM SET db_recovery_file_dest_size='10G' SCOPE=BOTH;
再次查詢日誌歸檔已正常切換
Fri Jun 26 07:34:26 2015
ARC0: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:27 2015
Archiver process freed from errors. No longer stopped
Archived Log entry 170 added for thread 1 sequence 107 ID 0x16797591 dest 1:
krse_arc_driver_core: Successful archiving of previously failed ORL
Fri Jun 26 07:34:30 2015
ARC1: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:30 2015
LGWR: Standby redo logfile selected for thread 1 sequence 110 for destination LOG_ARCHIVE_DEST_2
Thread 1 advanced to log sequence 110 (LGWR switch)
Current log# 2 seq# 110 mem# 0: +DATA/netdata/onlinelog/group_2.267.882674055
ARC3: LGWR is actively archiving destination LOG_ARCHIVE_DEST_1
Fri Jun 26 07:34:47 2015
Archived Log entry 172 added for thread 1 sequence 108 ID 0x16797591 dest 1:
Fri Jun 26 07:34:50 2015
Archived Log entry 173 added for thread 1 sequence 109 ID 0x16797591 dest 1:
Fri Jun 26 07:35:02 2015
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24486203/viewspace-1713029/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 歸檔日誌無法歸檔導致資料庫hang住資料庫
- AIX定時刪除歸檔日誌時系統HANG住AI
- shutdown命令被job程式hang住
- 資料庫hang住,分析處理資料庫
- shutdown命令被job程式hang住(續)
- 中止程式導致系統HANG住
- oracle僵死會話鎖住buffer,導致資料庫hang住Oracle會話資料庫
- 導數時資料庫hang住分析資料庫
- 資料庫異常hang住解決資料庫
- MySQL:kill和show命令hang住一列MySql
- SUN E6500雙機hang住處理
- 資料庫Hang住怎麼辦 - HANGANALYZE資料庫
- “rebuild index online hang住" 問題解析RebuildIndex
- 儲存壞道造成資料庫hang住資料庫
- EXP Or EXPDP時hang住問題,MOS解決方案
- alter system switch logfile hang住的一種可能
- 利用nid工具修改db_name時hang住
- select hang住等待SQL*Net message from ClientSQLclient
- oracle hang住的時候怎麼登陸呢?Oracle
- 如何輕鬆歸檔檔案?2種方法輕鬆建立歸檔檔案!
- 【EM】重新建立EM Database ControlDatabase
- oracle 9i資料庫夯住無法歸檔Oracle資料庫
- solaris11使用truss解決系統命令hang住
- 一個儲存過程編譯HANG住的分析儲存過程編譯
- 資料庫Hang住怎麼辦 - HANGANALYZE[final]資料庫
- 查詢有多少JOB正在執行,程式被hang住
- oracle 10.2.0.4 EM的一個bug(EM對於用rman刪除歸檔日誌後不敏感)Oracle
- Oracle 19.3資料庫impdp匯入view時hang住Oracle資料庫View
- 19c資料庫impdp匯入view時hang住資料庫View
- DDL的鎖,編譯包經常hang住的場景編譯
- 恢復資料庫hang住/parallel recovery read buffer free資料庫Parallel
- 使用plsql/devlop編譯過程hang住案列小結SQLdev編譯
- oracle資料庫hang住分析工具Hanganalyze使用總結Oracle資料庫
- 密碼延遲驗證導致的系統HANG住密碼
- 資料泵匯入分割槽表長時間HANG住
- Oracle 11G EM建立Oracle
- oracle 10g em建立Oracle 10g
- 記一次:歸檔檔案系統問題導致資料庫hang處理資料庫