資料庫啟動出現ORA-30036錯誤
在HP-UX 11i平臺上測試人員報資料庫無法正常啟動,資料庫版本為9.2.0.5,具體資訊如下:
SQL> startup
Total System Global Area 639332944 bytes
Fixed Size 737872 bytes
Variable Size 419430400 bytes
Database Buffers 218103808 bytes
Redo Buffers 1060864 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
檢視alert日誌,具體錯誤資訊如下:
Errors in file /home/xxxxt/udump/xxxx_ora_5839.trc:
ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
Error 30036 happened during db open, shutting down database
USER: terminating instance due to error 30036
Instance terminated by USER, pid = 5839
ORA-1092 signalled during: ALTER DATABASE OPEN..
該錯誤解決需要對UNDO空間進行擴充套件,具體步驟如下:
1、修改undo管理,為手工管理模式,當設定手工管理的時候,通常需要設定回
滾段,如果未設定的話,通常是使用系統表空間的回滾段。
SQL> startup mount
SQL> alter system set undo_management=manual scope=spfile;
SQL>shutdown immediate
SQL> startup
2、在JP-UX作業系統新增回滾段資料檔案
# lvcreate -L 8192M -n undotbs04 xxxvg
# cd /dev/xxxxxxvg/
# chown oracle9i:dba ./rundotbs04
# chmod 664 ./rundotbs04
# cd /home/xxxxxx/oradata/xxxxx/
# ln -s /dev/xxxxxvg/rundotbs04 undotbs04.dbf
3、新增undo表空間
SQL> alter tablespace UNDOTBS1 add datafile
'/home/xxxxxx/oradata/xxxxx/undotbs04.dbf' size 8190M;
4、恢復undo管理為自動模式,並重啟資料庫
SQL> alter system set undo_management=auto scope=spfile;
SQL> shutdown immediate
SQL> startup
.
SQL> startup
Total System Global Area 639332944 bytes
Fixed Size 737872 bytes
Variable Size 419430400 bytes
Database Buffers 218103808 bytes
Redo Buffers 1060864 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
檢視alert日誌,具體錯誤資訊如下:
Errors in file /home/xxxxt/udump/xxxx_ora_5839.trc:
ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
Error 30036 happened during db open, shutting down database
USER: terminating instance due to error 30036
Instance terminated by USER, pid = 5839
ORA-1092 signalled during: ALTER DATABASE OPEN..
該錯誤解決需要對UNDO空間進行擴充套件,具體步驟如下:
1、修改undo管理,為手工管理模式,當設定手工管理的時候,通常需要設定回
滾段,如果未設定的話,通常是使用系統表空間的回滾段。
SQL> startup mount
SQL> alter system set undo_management=manual scope=spfile;
SQL>shutdown immediate
SQL> startup
2、在JP-UX作業系統新增回滾段資料檔案
# lvcreate -L 8192M -n undotbs04 xxxvg
# cd /dev/xxxxxxvg/
# chown oracle9i:dba ./rundotbs04
# chmod 664 ./rundotbs04
# cd /home/xxxxxx/oradata/xxxxx/
# ln -s /dev/xxxxxvg/rundotbs04 undotbs04.dbf
3、新增undo表空間
SQL> alter tablespace UNDOTBS1 add datafile
'/home/xxxxxx/oradata/xxxxx/undotbs04.dbf' size 8190M;
4、恢復undo管理為自動模式,並重啟資料庫
SQL> alter system set undo_management=auto scope=spfile;
SQL> shutdown immediate
SQL> startup
.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/354732/viewspace-608945/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 資料庫啟動出現ORA-27037錯誤資料庫
- 啟動資料庫出現ORA-9925錯誤資料庫
- 啟動資料庫出現ORA-27123錯誤資料庫
- 資料庫啟動出現ORA-27102錯誤資料庫
- AIX系統啟動資料庫出現ORA-27504錯誤AI資料庫
- Linux上資料庫啟動出現ORA-27125錯誤Linux資料庫
- 啟動資料庫的其中一個錯誤資料庫
- ORACLE 使用DBCA安裝資料庫出現錯誤Oracle資料庫
- 恢復資料庫引數錯誤無法啟動資料庫
- 關閉資料庫出現ORA-21779錯誤資料庫
- solaris上建立oracle資料庫出現:out of memory 錯誤Oracle資料庫
- SQL Server資料庫出現邏輯錯誤的資料恢復SQLServer資料庫資料恢復
- ghost win10啟動出現錯誤怎麼解決_ghost win10啟動出現錯誤如何修復Win10
- 資料庫啟動時遇到ORA-01578錯誤資料庫
- dbua後資料庫無法啟動錯誤的解決資料庫
- 9.2 STANDBY資料庫出現ORA-16009錯誤資料庫
- 10.2.0.1資料庫exp出現Ora-07445錯誤資料庫
- 一次儲存故障引起的資料庫啟動錯誤資料庫
- 嘗試無引數啟動資料庫時報錯ORA-304錯誤資料庫
- Linux下matlab開啟出現啟動桌面時錯誤LinuxMatlab
- DBCA建庫導致已有資料庫出現ORA-27140錯誤資料庫
- Oracle9i mount資料庫出現ORA-32700錯誤Oracle資料庫
- sqlplus直連資料庫出現ORA-27504錯誤SQL資料庫
- SWITCHOVER RAC資料庫出現ORA-600(kcctrdf_2)錯誤資料庫
- 做standby 資料庫時,出現ORA-12560 錯誤:資料庫
- 訪問資料庫出現Object reference not set to an instance of an object錯誤資料庫Object
- SOLIDWORKS啟動時出現指令碼錯誤問題Solid指令碼
- 啟動ASM例項出現ORA-29701錯誤ASM
- Oracle資料庫關閉時,出現ORA-03113錯誤Oracle資料庫
- ASM上恢復STANDBY資料庫出現ORA-15173錯誤ASM資料庫
- 連線資料庫時出現ORA-12514錯誤資料庫
- SPFILE 錯誤導致資料庫無法啟動(ORA-01565)資料庫
- 啟動oracle資料庫的時候報ORA-00205錯誤:Oracle資料庫
- DBCA建庫出現CHMOD NOT FOUND錯誤
- 客戶資料庫升級後出現ORA-30004錯誤資料庫
- 【ORA 錯誤及解決】ORA-30036
- oracle啟動時出現ORA-00205錯誤的方法Oracle
- 又一例SPFILE設定錯誤導致資料庫無法啟動資料庫