10.2.0.3 升級到 10.2.0.4 database upgrade 報ORA-03113錯誤解決方法
今天在給一個資料庫從10.2.0.3 rac 升級到10.2.0.4 rac,最後升級資料字典,startup upgrade時報ORA-03113錯誤
[oracle@p520:/oracle/app/oracle/product/10.2.0/clusterdb/rdbms/admin]$sqlplus / as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Fri May 28 09:50:30 2010
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.rtu
Connected to an idle instance.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 1258291200 bytes
Fixed Size 2083728 bytes
Variable Size 318768240 bytes
Database Buffers 922746880 bytes
Redo Buffers 14692352 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
SQL> show parameter cluster
NAME TYPE
------------------------------------ ----------------------
VALUE
------------------------------
cluster_database boolean
TRUE
cluster_database_instances integer
2
cluster_interconnects string
檢查cluster_database引數,為true,修改為false即可
SQL> alter system set cluster_database=false scope=spfile;
System altered.
SQL> shutdown immediate
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup nomount
ORACLE instance started.
Total System Global Area 1258291200 bytes
Fixed Size 2083728 bytes
Variable Size 318768240 bytes
Database Buffers 922746880 bytes
Redo Buffers 14692352 bytes
SQL> show parameter cluster
NAME TYPE
------------------------------------ ----------------------
VALUE
------------------------------
cluster_database boolean
FALSE
cluster_database_instances integer
1
cluster_interconnects string
SQL> shutdown immediate
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 1258291200 bytes
Fixed Size 2083728 bytes
Variable Size 318768240 bytes
Database Buffers 922746880 bytes
Redo Buffers 14692352 bytes
Database mounted.
Database opened.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7199859/viewspace-663944/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 升級oracle10g10.2.0.3到10.2.0.4出現ora-01092錯誤解決方法Oracle
- HP UNIX - oracle rac 10.2.0.3 升級10.2.0.4問題Oracle
- duplicate standby database 報ORA-05507錯誤解決方法Database
- Cocopods的升級錯誤解決
- oracle從10.2.0.4升級到11.2.0.1的三種升級方法Oracle
- CentOS 5.6 升級 10.2.0.5 錯誤解決CentOS
- Oracle database 升級(文件)to 10.2.0.4 from 10.2.0.1OracleDatabase
- rman-03004 ora-03113 錯誤解決方法
- ORA-03113錯誤分析與解決
- Oracle 10.2.0.1 升級到 10.2.0.4Oracle
- 靜默升級oracle到10.2.0.4Oracle
- oracle 10.2.0.2升級到10.2.0.4Oracle
- dbfread報錯ValueError錯誤解決方法Error
- Windows 下 oracle 10g升級到10.2.0.4的方法WindowsOracle 10g
- [Oracle] ORA-03113錯誤分析與解決Oracle
- ORA-03113錯誤解決一例
- windows10系統升級助手出現錯誤的解決方法Windows
- 升級到XCode8,Swift3.0後,解決各種錯誤XCodeSwift
- (轉)Oracle 10.2.0.1 升級到 10.2.0.4Oracle
- 升級Oracle 10g 到10.2.0.4Oracle 10g
- aix 6.1上rac升級到10.2.0.4AI
- Oracle10g RAC 資料庫升級為10.2.0.4 ,clusterware需要升級到10.2.0.4 ?Oracle資料庫
- 【操作】升級資料庫軟體到10.2.0.3資料庫
- oracle rac 10.2.0.1 升級到 oracle 10.2.0.4Oracle
- oracle 10.1.0.2 升級到10.2.0.4 步驟Oracle
- oracle在linux平臺從10.2.0.1升級到10.2.0.4方法OracleLinux
- 升級win10系統出現80240020錯誤解決方法Win10
- 升級informix資料庫到10.0出現KAIO錯誤的解決辦法ORM資料庫AI
- 資料庫升級後匯出報EXP-00056錯誤解決辦法資料庫
- Oracle 10.2.0.1 升級到 10.2.0.4--轉載Oracle
- windows 下oracle從10.2.0.1升級到10.2.0.4WindowsOracle
- Win10系統升級10041失敗提示錯誤的解決方法Win10
- 【故障處理】Oracle10.2.0.3 ORA-3136 錯誤解決Oracle
- HP-UX 10.2.0.1 升級到 10.2.0.3 時報 ORA-20000: Upgrade re-run not supported from versionUX
- RHEL AS4下升級oracle10g到10.2.0.3Oracle
- RHEL4.4下oracle10.2.0.1升級到10.2.0.3Oracle
- Laravel5.5 升級到 5.7 問題及解決方法Laravel
- oracle 10.2.0.1 rac 升級到10.2.0.4 rac時,dbua升級的元件列表Oracle元件