登入 Oracle 資料庫報錯,ORA-00257: archiver error
登入一臺測試資料庫報錯
[oracle@PTFDB1 ~]$ sqlplus tran/PreTran13588
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 11 18:24:43 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-00257: archiver error. Connect internal only, until freed.
報錯的原因是歸檔滿了,無法進行歸檔。
查詢ASM盤的使用情況,可以看到存放歸檔日誌的 FRA 盤已經使用了 100%。
[oracle@PTFDB1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 11 18:21:22 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,
OLAP, Data Mining, Oracle Database Vault and Real Application Testing options
18:21:29 sys@PTFDB> SELECT NAME,TYPE,TOTAL_MB,FREE_MB,(TOTAL_MB-FREE_MB) USED_MB,100*round((TOTAL_MB-FREE_MB)/TOTAL_MB,4)||'%' "Used %" FROM V$ASM_DISKGROUP;
NAME TYPE TOTAL_MB FREE_MB USED_MB Used %
------------------------------ ------ ---------- ---------- ---------- -----------------------------------------
DATA EXTERN 614399 201069 413330 67.27%
FRA EXTERN 204797 44827 159970 100.00%
OCR NORMAL 3057 2131 926 30.29%
REDO1 EXTERN 5114 4776 338 6.61%
REDO2 EXTERN 5114 4776 338 6.61%
解決方法是刪除過期的歸檔檔案,釋放空間。
[oracle@PTFDB2 ~]$ rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Sat Dec 12 15:46:43 2015
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: PTFDB (DBID=4173298199)
RMAN> delete noprompt archivelog until time 'sysdate-7';
[oracle@PTFDB1 ~]$ sqlplus tran/PreTran13588
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 11 18:24:43 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
ERROR:
ORA-00257: archiver error. Connect internal only, until freed.
報錯的原因是歸檔滿了,無法進行歸檔。
查詢ASM盤的使用情況,可以看到存放歸檔日誌的 FRA 盤已經使用了 100%。
[oracle@PTFDB1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Dec 11 18:21:22 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, Oracle Label Security,
OLAP, Data Mining, Oracle Database Vault and Real Application Testing options
18:21:29 sys@PTFDB> SELECT NAME,TYPE,TOTAL_MB,FREE_MB,(TOTAL_MB-FREE_MB) USED_MB,100*round((TOTAL_MB-FREE_MB)/TOTAL_MB,4)||'%' "Used %" FROM V$ASM_DISKGROUP;
------------------------------ ------ ---------- ---------- ---------- -----------------------------------------
DATA EXTERN 614399 201069 413330 67.27%
FRA EXTERN 204797 44827 159970 100.00%
OCR NORMAL 3057 2131 926 30.29%
REDO1 EXTERN 5114 4776 338 6.61%
REDO2 EXTERN 5114 4776 338 6.61%
[oracle@PTFDB2 ~]$ rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Sat Dec 12 15:46:43 2015
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: PTFDB (DBID=4173298199)
RMAN> delete noprompt archivelog until time 'sysdate-7';
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-1871026/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00257 archiver error. 錯誤的處理方法HiveError
- (f)--閃回恢復區-- 報錯ORA-00257: archiver error. Connect internal HiveError
- ORA-00257: archiver error. Connect internal onlyHiveError
- MySQL 登入資料庫報錯'ERROR 1045 (28000): Access denied for user'..'@'localhost''MySql資料庫Errorlocalhost
- archive log 日誌已滿“ORA-00257: archiver error”HiveError
- 2011.1.13報錯。.ORA-00257: archiver error. Connect internal only, until freed.HiveError
- ORA-00257 archiver error--資料閃回區滿導致無法歸檔HiveError
- ORA-00257: archiver error. Connect internal only, until freedHiveError
- 連線oracle資料庫時,報錯:{dataSource-1} init errorOracle資料庫Error
- 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 freed.HiveError
- Oracle新建資料庫並登入Oracle資料庫
- 解決ORA-00257:archiver error.Connect internal only, until freedHiveError
- 解決ORA-00257: archiver error. Connect internal only, until freedHiveError
- ORA-16014/ORA-00257 archiver error Connect internal onlyHiveError
- ORA-00257: archiver error. Connect internal only, until freed 解決方法HiveError
- 登入Oracle錯誤提示Error 6 initializing SQL*PlusOracleErrorSQL
- 奇怪的問題: 資料庫使用者登入的時候報錯資料庫
- 使用Oracle外部身份認證登入資料庫Oracle資料庫
- 使用Oracle安裝賬戶登入資料庫Oracle資料庫
- sqlplus登入資料庫報錯ORA-12547: TNS:lost contactSQL資料庫
- cURL error 52: Empty reply from server GitHub 三方登入報錯ErrorServerGithub
- mysql登入報錯提示:ERROR 1045 (28000)的解決方法MySqlError
- Oracle安裝報錯syntax errorOracleError
- cacti登陸出現報錯:資料庫無法連線資料庫
- 資料庫升級報錯資料庫
- Mysql資料庫報ERROR 1045 (28000)報錯及MySQL忘記密碼找回MySql資料庫Error密碼
- 資料庫資料恢復-oracle資料庫報錯無法開啟的如何恢復資料?資料庫資料恢復Oracle
- 程式無任何報錯但是無法寫入資料庫資料庫
- windows oracle11g資料庫使用sqlplus登入的時候出現ora-01017報錯WindowsOracle資料庫SQL
- mysql 8.0 使用 navicat 登入報錯MySql
- 在登入資料庫的使用!sql資料庫SQL
- CAS 5.3使用MySQL資料庫登入MySql資料庫
- 資料庫登入留痕功能新增資料庫
- 複製資料庫的報錯資料庫
- srvctl新增資料庫資訊報錯資料庫
- 【資料庫資料恢復】Oracle資料庫檔案出現壞塊報錯的資料恢復案例資料庫資料恢復Oracle