【故障處理】資料庫無法正常關閉ORA-01089
一、故障現象
在測試環境關閉資料庫時,shutdown immediate命令遲遲沒有反應,所以Ctrl+C退出。
SYS@MTH> shutdown immediate
ORA-01013: user requested cancel of current operation
SYS@MTH> exit
然後重新連線,啟動資料庫會報下面的錯誤:
oracle@C01TEST03:/home/oracle>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Wed May 3 16:59:26 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected.
SYS@MTH> startup
ORA-01012: not logged on
使用shutdown immediate 命令再次關閉,會報下面的錯誤:
SYS@MTH> shutdown immediate
ORA-24324: service handle not initialized
ORA-24323: value not allowed
ORA-01089: immediate shutdown in progress - no operations are permitted
可能由於關閉的時候出現問題,還有例項程式存在:
oracle@C01TEST03:/home/oracle>ps -ef|grep ora
oracle 30252 1 0 Mar27 ? 00:07:24 ora_pmon_MTH
oracle 30254 1 0 Mar27 ? 00:08:19 ora_psp0_MTH
oracle 30256 1 1 Mar27 ? 11:25:22 ora_vktm_MTH
oracle 30260 1 0 Mar27 ? 00:01:44 ora_gen0_MTH
oracle 30262 1 0 Mar27 ? 00:03:11 ora_diag_MTH
oracle 30264 1 0 Mar27 ? 00:02:53 ora_dbrm_MTH
oracle 30266 1 0 Mar27 ? 00:29:38 ora_dia0_MTH
oracle 30268 1 0 Mar27 ? 00:01:56 ora_mman_MTH
oracle 30270 1 0 Mar27 ? 00:08:27 ora_dbw0_MTH
oracle 30272 1 0 Mar27 ? 01:55:24 ora_lgwr_MTH
oracle 30274 1 0 Mar27 ? 00:49:44 ora_ckpt_MTH
oracle 30276 1 0 Mar27 ? 00:03:13 ora_smon_MTH
oracle 30278 1 0 Mar27 ? 00:00:39 ora_reco_MTH
oracle 30340 1 0 Mar27 ? 00:05:23 ora_arc0_MTH
oracle 30342 1 0 Mar27 ? 00:07:08 ora_arc1_MTH
oracle 30344 1 0 Mar27 ? 00:05:57 ora_arc2_MTH
oracle 30346 1 0 Mar27 ? 00:05:10 ora_arc3_MTH
oracle 30348 1 0 Mar27 ? 00:02:54 ora_nsa2_MTH
二、解決步驟:
1、連線
oracle@C01TEST03:/home/oracle>sqlplus /nolog
SQL*Plus: Release 11.2.0.4.0 Production on Wed May 3 17:02:35 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
@> conn /as sysdba
Connected to an idle instance.
2、使用shutdown abort強制關閉資料庫(或直接startup force強制啟動)
SYS@MTH> startup force;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 1887350784 bytes
Fixed Size 2254344 bytes
Variable Size 520096248 bytes
Database Buffers 1358954496 bytes
Redo Buffers 6045696 bytes
Database mounted.
Database opened.
3、使用shutdown immediate正常關閉,然後用startup正常啟動
SYS@MTH> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SYS@MTH> startup
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Total System Global Area 1887350784 bytes
Fixed Size 2254344 bytes
Variable Size 520096248 bytes
Database Buffers 1358954496 bytes
Redo Buffers 6045696 bytes
Database mounted.
Database opened.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30776559/viewspace-2138357/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORACLE DSG資料同步軟體程式導致資料庫無法正常關閉Oracle資料庫
- [20210722]資料庫異常關閉的處理.txt資料庫
- 無法訪問GitHub網站及無法正常操作倉庫的處理方法Github網站
- Dede呼叫資料庫失敗,無法實現資料處理資料庫
- Oracle日常問題處理-資料庫無法啟動Oracle資料庫
- shutdown immediate 持久無法關閉資料庫之解決方案資料庫
- MySQL多例項使用mysqld_multi stop 無法關閉資料庫MySql資料庫
- 達夢資料庫dmap服務無法正常啟動資料庫
- 磁碟IO故障導致的SQLServer資料庫無法寫入SQLServer資料庫
- 應用使用JNDI,資料庫無法連線,導致的程序無法啟動問題處理資料庫
- 恆訊科技教你:雲伺服器無法啟動與關閉如何處理?伺服器
- 3.3.1 關於關閉資料庫資料庫
- win10核心隔離關閉不了怎麼解決 win10核心隔離無法關閉處理方法Win10
- 資料庫故障處理優質文章彙總(含Oracle、MySQL、MogDB等)資料庫OracleMySql
- 【故障公告】阿里雲 RDS 例項 CPU 100% 故障引發全站無法正常訪問阿里
- 【故障處理】ORA-600:[13013],[5001]故障處理
- mongodb關閉資料庫例項MongoDB資料庫
- 生產環境故障處理演練-mysql資料庫主從恢復MySql資料庫
- mysql 4.1.7忘記資料庫密碼的處理辦法MySql資料庫密碼
- 3.3.2 正常模式關閉模式
- MySQL 8.0因關閉Gtid 引發從庫故障MySql
- ajax非同步提交 有時會出現無bug的資料處理異常-----debug沒有問題,正常執行卻資料處理不正確,極少機會會出現正常的處理結果非同步
- linux故障處理Linux
- 3.3.3 使用immiedit模式關閉資料庫模式資料庫
- 故障分析 | Greenplum Segment 故障處理
- iis網站資料庫無法連線資料庫網站資料庫
- 無需寫try/catch,也能正常處理異常
- 關於一類資料處理
- 關於資料庫事務併發的理解和處理資料庫
- 【伺服器資料恢復】RAID故障導致資料庫分割槽無法識別的資料恢復伺服器資料恢復AI資料庫
- 關於 重新安裝 Homestead 後無法連線資料庫資料庫
- 墨天輪最受DBA歡迎的資料庫技術文件-故障處理案例篇資料庫
- GPON網路故障如何處理?GPON網路故障處理流程
- win10無法正常關機的最佳解決方法_如何解決win10無法正常關機的問題Win10
- 無法刪除pod的處理
- 響應式關聯式資料庫處理R2DBC資料庫
- Oracle、MySQL等資料庫故障處理優質文章分享 | 10月文章彙總OracleMySql資料庫
- 0x02. 處理視窗關閉
- Oracle impdp遷移資料後主鍵丟失故障處理Oracle