oracle線上日誌出現錯誤 ORA-16038 ORA-19809 ORA-00312 錯誤解決
現象:
SQL> conn /as sysdba
Connected to an idle instance.
SQL>
SQL>
SQL> startup
ORACLE instance started.
Total System Global Area 4731174912 bytes
Fixed Size 2088536 bytes
Variable Size 855646632 bytes
Database Buffers 3858759680 bytes
Redo Buffers 14680064 bytes
Database mounted.
ORA-16038: log 2 sequence# 83 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 2 thread 1: '/oracle/app/oracle/oradata/jkdb/redo02.log'
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@JKZX-JK-XXJ101 ~]$ lsnrctl status
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 13-NOV-2010 19:34:57
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=JKZX-JK-XXJ101)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
[oracle@JKZX-JK-XXJ101 ~]$
[oracle@JKZX-JK-XXJ101 ~]$ lsnrctl start
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 13-NOV-2010 19:35:11
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting /oracle/app/oracle/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /oracle/app/oracle/db_1/network/admin/listener.ora
Log messages written to /oracle/app/oracle/db_1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=JKZX-JK-XXJ101)(PORT=1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=JKZX-JK-XXJ101)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 13-NOV-2010 19:35:13
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/app/oracle/db_1/network/admin/listener.ora
Listener Log File /oracle/app/oracle/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=JKZX-JK-XXJ101)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
[oracle@JKZX-JK-XXJ101 ~]$
解決:
你的問題是oracle連機日誌出現 無法歸檔錯誤.資料沒有開啟。
主要是因為資料庫沒正常關閉或SQL語句出錯造成資料執行緒停止所引起.
報錯如下:
ORA-16038: log 2 sequence# 83 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 2 thread 1: '/oracle/app/oracle/oradata/jkdb/redo02.log'
處理方法,
請在SQLplus下執行
SQL> conn / as sysdba;
SQL> startup;
SQL> alter database clear unarchived logfile '/oracle/app/oracle/oradata/jkdb/redo02.log';
SQL> shutdown immediate;
SQL> startup;
SQL>看回資訊最後應該是,才說明資料正常啟動
Database mounted.
Database opened.
SQL> exit;
再啟監聽並檢視
>lsnrctl start
>lsnrctl status
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11134849/viewspace-678128/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle出現ORA-16038,ORA-19809,ORA-00312的解決方法Oracle
- Mysql出現連線錯誤解決辦法MySql
- 連線oracle錯誤解決辦法Oracle
- 連線MySQL出現2013錯誤解決MySql
- 今天資料庫告警日誌報錯ORA-16038/ORA-19809/ORA-00312資料庫
- 寬頻連線錯誤678 寬頻連線錯誤691錯誤的解決辦法
- scp出現錯誤的解決辦法
- 編譯EJB出現錯誤的解決編譯
- ontape出現段錯誤(未解決篇)
- nginx出現403錯誤的解決方法Nginx
- Oracle 資料庫連線錯誤解決方法Oracle資料庫
- ORACLE10g下 ORA-19809 錯誤Oracle
- 水煮十三《——ora-16038日誌檔案錯誤處理
- exchange出現1025錯誤!(未解決)
- ant構建時出現錯誤解決方案
- Mac SSH 連線出現 Host key verification failed. 錯誤解決MacAI
- ORA-00312錯誤分析
- 網路連線出現意外錯誤
- GetDlgItem() 出現錯誤Git
- 微信支付錯誤兩個問題的解決:curl出錯,錯誤碼:60
- perl連線Oracle錯誤Oracle
- oracle之EXP匯出表空間錯誤解決Oracle
- Ocelot錯誤解決
- JDBC 連oracle 時出現錯誤,,求助???JDBCOracle
- 【Oracle】ORA-00054 錯誤解決方法Oracle
- 【oracle 錯誤及解決】ORA-39139Oracle
- oracle 1455 錯誤解決辦法Oracle
- oracle錯誤及解決方式集(轉)Oracle
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- Dedecms錯誤警告:連線資料庫失敗,出錯怎麼解決?資料庫
- ORA-16038錯誤--當前REDO不能歸檔解決-轉載整理
- sql出現結果集錯誤以及出現ora-600或者ora-7445錯誤的解決方法思路SQL
- 真機除錯出現 application installation failed 錯誤 解決方案除錯APPAI
- oracle日誌錯誤恢復(轉)Oracle
- Opencv出現detecMultiScale錯誤OpenCV
- 寬頻連線錯誤691解決方法
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows