ORA-01092 ORA-00704 ORA-39700 bootstrap process failure
升級途中停電導致資料字典修改不一致,開啟庫後如下:
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 3332
Session ID: 233 Serial number: 1
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 3332
Session ID: 233 Serial number: 1
/*
解決辦法:
以STARTUP UPGRADE啟動例項
執行@ORACLE_HOME/rdbms/admin/catupgrd.sql 修改資料字典即可
以STARTUP UPGRADE啟動例項
執行@ORACLE_HOME/rdbms/admin/catupgrd.sql 修改資料字典即可
這步執行時間較長。
*/
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 1406128128 bytes
Fixed Size 1336484 bytes
Variable Size 1174408028 bytes
Database Buffers 218103808 bytes
Redo Buffers 12279808 bytes
Database mounted.
Database opened.
Fixed Size 1336484 bytes
Variable Size 1174408028 bytes
Database Buffers 218103808 bytes
Redo Buffers 12279808 bytes
Database mounted.
Database opened.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25462274/viewspace-2119596/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00704: bootstrap process failurebootAI
- ORA-00704: bootstrap process failure 的處理bootAI
- ORA-00704: bootstrap process failure的解決方案bootAI
- ORA-00704、ORA-39700處理
- 報錯:ORA-00603、ORA-01092、ORA-00704, ORA-00604, ORA-00904
- 練習使用list failure,advise failure; repair failure;AI
- Failure is not fatal, but failure to change might be.AI
- ORA-39700: database must be opened with UPGRADE optionDatabase
- design for failureAI
- Process Monitor Process (PMON) (121)
- ORA-01092故障處理
- ORA-39700 with UPGRADE option錯誤的處理
- 一次ORA-00704的處理
- Assertion failure 錯誤AI
- Ext success failure 呼叫AI
- 【BootStrap】--前端利器BootStrapboot前端
- Oracle dedicated server process and shared server processOracleServer
- Oracle案例04——ORA-39700: database must be opened with UPGRADE optionOracleDatabase
- ORA-39700 with UPGRADE option錯誤的處理(轉)
- ora-01092 oracle instance terminatedOracle
- DRIVER_POWER_STATE_FAILUREAI
- Vagrant:NS_ERROR_FAILUREErrorAI
- Assertion failure in -[UICollectionViewData validateLayoutInRect:]AIUIView
- After failed upgrade, startup fails on ORA-00704 [ID 1345417.1]AI
- Bootstrapboot
- Process Architecture
- Oracle backgroud ProcessOracle
- find process by port
- Bootstrap++:bootstrap-select 使用boot
- bootstrap36-Bootstrap下拉選單boot
- Bootstrap系列 -- 1. 如何使用Bootstrapboot
- v$session.PROCESS/V$process.SPID含義Session
- 關於v$process與v$session中process的理解Session
- Error: Debug Failure at typeToStringErrorAI
- Preferred Read Failure GroupsAI
- [Linux] kernel: page allocation failureLinuxAI
- [virtualbox] temporary failure in name resolutionAI
- ORA-29516: Aurora assertion failure: Assertion failure at joez.c:3311AI