2011.1.13報錯。.ORA-00257: archiver error. Connect internal only, until freed.
ORA-00257: archiver error. Connect internal only, until freed.
資料庫版本10.2.04
連線資料庫報
ORA-00257: archiver error. Connect internal only, until freed.錯誤
檢視crontab自動備份,發現資料庫已經有很多天沒有備份了。沒有備份說明歸檔日誌一直沒有刪除,查詢dba_data_files資料字典無法成功。
檢視actlog:
jldcdb01:/oracle/admin/dcmds01/bdump$ tail -5000 alert_dcmds01.log|pg
************************************************************************
Wed Jan 12 21:04:12 2011
Errors in file /oracle/admin/dcmds01/udump/dcmds01_ora_324346.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 429496729600 bytes is 95.61% used, and has 18860736512 remaining bytes available.
Wed Jan 12 21:04:12 2011
************************************************************************
You have following choices to free up space from flash recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
************************************************************************
Wed Jan 12 21:04:12 2011
Errors in file /oracle/admin/dcmds01/udump/dcmds01_ora_324346.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 429496729600 bytes is 95.61% used, and has 18860736512 remaining bytes available.
Wed Jan 12 21:04:12 2011
************************************************************************
You have following choices to free up space from flash recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
隨著時間分秒過去最後歸檔將快速恢復區漲滿。
Thu Jan 13 03:29:24 2011
ORACLE Instance dcmds01 - Archival Error
Thu Jan 13 03:29:24 2011
ORA-16014: log 2 sequence# 37547 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+ORADG/dcmds01/redo02.log'
Thu Jan 13 03:29:24 2011
Errors in file /oracle/admin/dcmds01/bdump/dcmds01_arc0_434230.trc:
ORA-16014: log 2 sequence# 37547 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+ORADG/dcmds01/redo02.log'
Thu Jan 13 03:34:24 2011
ARCH: Archival stopped, error occurred. Will continue retrying
Thu Jan 13 03:34:24 2011
ORACLE Instance dcmds01 - Archival Error
ORACLE Instance dcmds01 - Archival Error
Thu Jan 13 03:29:24 2011
ORA-16014: log 2 sequence# 37547 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+ORADG/dcmds01/redo02.log'
Thu Jan 13 03:29:24 2011
Errors in file /oracle/admin/dcmds01/bdump/dcmds01_arc0_434230.trc:
ORA-16014: log 2 sequence# 37547 not archived, no available destinations
ORA-00312: online log 2 thread 1: '+ORADG/dcmds01/redo02.log'
Thu Jan 13 03:34:24 2011
ARCH: Archival stopped, error occurred. Will continue retrying
Thu Jan 13 03:34:24 2011
ORACLE Instance dcmds01 - Archival Error
解決辦法:
很明顯是db_recovery_file_dest 的空間滿了。
執行rman> delete archivelog until time 'sysdate-1' ;
刪除不需要的archive log檔案。一切OK。
之後手動跑一遍rman備份。一切正常。
收穫經驗,快速閃回區一定要定期檢查。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-683830/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00257:archiver error. Connect internal only,until freed.HiveError
- ORA-00257: archiver error. Connect internal only, until freed.HiveError
- ORA-00257: archiver error. Connect internal only, until freedHiveError
- 解決ORA-00257: archiver error. Connect internal only, until freedHiveError
- ORA-00257: archiver error. Connect internal onlyHiveError
- ORA-00257: archiver error. Connect internal only, until freed 解決方法HiveError
- ORA-00257: archiver error. Connect internal only, until freed 錯誤的處理方法HiveError
- 解決ORA-00257:archiver error.Connect internal only, until freedHiveError
- (f)--閃回恢復區-- 報錯ORA-00257: archiver error. Connect internal HiveError
- ORA-16014/ORA-00257 archiver error Connect internal onlyHiveError
- ORA-00257 archiver error. 錯誤的處理方法HiveError
- 登入 Oracle 資料庫報錯,ORA-00257: archiver errorOracle資料庫HiveError
- ubuntu下pig報錯ERROR 2999: Unexpected internal error. Failed to create DataStorage的解決UbuntuErrorAIAST
- archive log 日誌已滿“ORA-00257: archiver error”HiveError
- ORA-01041: internal error. HOSTDEF extensionError
- 報錯-only final is permittedMIT
- vue報錯之Duplicate keys detected: '0'. This may cause an update error.VueError
- go get報錯connect: connection refusedGo
- 【報錯】elasticsearch 報錯blocked by: [FORBIDDEN/12/index read-only / allow delete (api)]ElasticsearchBloCORBIndexdeleteAPI
- MySQL 報錯'Variable 'XXX' is a read only variable'MySql
- Xtrabackup備份報錯Failed to connect to MySQL serverAIMySqlServer
- ORA-00257 archiver error--資料閃回區滿導致無法歸檔HiveError
- Swift代理報錯Optional can only be applied to members of an @objc protocolSwiftAPPOBJProtocol
- 解決報錯error the @annotation pointcut expression is only supported at Java 5ErrorExpressJava
- hadoop報錯:could only be replicated to 0 nodes, instead of 1Hadoop
- Fatal NI connect error 12170.報錯處理Error
- mysql 5.7啟動報錯"Expected to open undo tablespaces but was able to find only 0"MySql
- ORA-00257 錯誤分析及解決方法
- Laravel-查詢-ONLY_FULL_GROUP_BY SQL 模式-報錯限制-解決LaravelSQL模式
- React報錯之React.Children.only expected to receive single React element childReact
- Java報錯:java.lang.NoSuchMethodError: io.netty.util.internal.ObjectUtil.checkPositiveJavaErrorNettyObject
- Navicat連線centos裡mysql報錯Host is not allowed to connect to this MySQL serverCentOSMySqlServer
- 執行flutter run命令報錯::ERROR: Could not connect to lockdownd, error code -17FlutterError
- ORACLE OCM備考OEM搭建DG報錯:NMO not setuid-root(Unix-only)OracleUI
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- SparkStreaming報錯: Only one SparkContext may be running in this JVM (see SPARK-2243)SparkContextJVM
- 使用monaco編輯器 報錯Can only have one anonymous define call per script file
- 踩坑系列:MySql only_full_group_by配置,竟導致所有應用報錯?MySql