ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong type
ORA-30012 undo tablespace 'UNDOTBS1' does not exist or of wrong type
問題分析:根據錯誤提示內容為開啟UNDO表空間是出錯(發現UNDO表空間不存在或者型別錯誤),所以此時資料應該是可以啟動到mount狀態
SQL> startup mount;
ORACLE instance started.
Total System Global Area 534462464 bytes
Fixed Size 2215064 bytes
Variable Size 415236968 bytes
Database Buffers 113246208 bytes
Redo Buffers 3764224 bytes
Database mounted.
SQL> show parameter undo
NAME TYPE VALUE
------------------------------------ --------------------------------- ------------------------------
undo_management string AUTO
undo_retention integer 1
undo_tablespace string UNDOTBS1
SQL> select name from v$tablespace where name like '%UNDO%';
NAME
------------------------------------------------------------------------------------------
UNDOTBS001
由上面的資訊可知,引數檔案中記錄的UNDO表空間和控制檔案中記錄的UNDO表空間不一致
問題處理:修改引數檔案中的*.undo_tablespace='UNDOTBS1'為*.undo_tablespace='UNDOTBS001',然後重新啟動資料庫,正常。
About Me
........................................................................................................................ ● 本文作者:小麥苗,部分內容整理自網路,若有侵權請聯絡小麥苗刪除 ● 本文在itpub、部落格園、CSDN和個人微 信公眾號( DB寶)上有同步更新 ● 本文itpub地址: http://blog.itpub.net/26736162 ● 本文部落格園地址: http://www.cnblogs.com/lhrbest ● 本文CSDN地址: https://blog.csdn.net/lihuarongaini ● 本文pdf版、個人簡介及小麥苗雲盤地址: http://blog.itpub.net/26736162/viewspace-1624453/ ● 資料庫筆試面試題庫及解答: http://blog.itpub.net/26736162/viewspace-2134706/ ● DBA寶典今日頭條號地址: http://www.toutiao.com/c/user/6401772890/#mid=1564638659405826 ........................................................................................................................ ● QQ群號: 230161599 、618766405 ● 微 信群:可加我微 信(lhrbestxh),我拉大家進群,非誠勿擾 ● 聯絡我請加QQ好友 ( 646634621 ),註明新增緣由 ● 於 2020-06-01 06:00 ~ 2020-06-30 24:00 在西安完成 ● 最新修改時間:2020-06-01 06:00 ~ 2020-06-30 24:00 ● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解 ● 版權所有,歡迎分享本文,轉載請保留出處 ........................................................................................................................ ● 小麥苗的微店: https://weidian.com/s/793741433?wfr=c&ifr=shopdetail ● 小麥苗出版的資料庫類叢書: http://blog.itpub.net/26736162/viewspace-2142121/ ● 小麥苗OCP、OCM、高可用網路班: http://blog.itpub.net/26736162/viewspace-2148098/ ● 小麥苗騰訊課堂主頁: https://lhr.ke.qq.com/ ........................................................................................................................ 請掃描下面的二維碼來關注小麥苗的微 信公眾號( DB寶)及QQ群(230161599、618766405)、新增小麥苗微 信(lhrbestxh), 學習最實用的資料庫技術。
........................................................................................................................ |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2698495/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- dcat-admin 表單 Field type [autocomplete] does not exist.
- Oracle OCP(48):UNDO TABLESPACEOracle
- Waring: /dev/centos/swap does not existdevCentOS
- Property [title] does not exist on this collection instance
- ‘map’ does not name a type
- 2.6.8.2 UNDO_TABLESPACE 初始化引數
- Laravel Class env does not exist 問題排查Laravel
- error: 'cout' does not name a type|Error
- error: ‘xxx’ does not name a typeError
- ORA-04043: object DBA_DATA_FILES does not existObject
- [20211231]ORA-01418 specified index does not exist.txtIndex
- does not name a type 的可能性
- error: ‘變數名‘ does not name a type|Error變數
- impdp ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
- Qt 報錯 “類名”does not name a typeQT
- editor does not contain a main type Maven專案AIMaven
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP
- yii2接入pgSQL(查詢不到表The table does not exist: {{%user}})SQL
- QT中error: xxx does not name a type xxx錯誤QTError
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- streamlit run執行報錯,Invalid value: File does not exist: XXX.py
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- Eclipse裡Tomcat報錯:Document base ……does not exist or is not a readable directory(圖文詳解)...EclipseTomcat
- 安裝kernel...src.rpm錯誤:warning: user mockbuild does not exist - using rootMockUI
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- eclipse :報錯 ‘XXXX‘ does not name a type的解決辦法Eclipse
- Ubuntu插入行動硬碟後提示Wrong fs type,bad option,bad superblock on /devUbuntu硬碟BloCdev
- 【ubuntu】解決行動硬碟掛載不上問題:wrong fs typeUbuntu硬碟
- What is wrong?
- pgsql 執行建庫指令碼時候出現ERROR: relation "xxx_id_seq" does not existSQL指令碼Error
- ABAP 資料結構啟用時的錯誤訊息 - combination reference table field does not exist資料結構
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- SAP對工單做101收貨,報錯- Check table TFBEFU_CR entry 10 does not exist–對策
- SAP ME12 修改PIR,系統提示:Condition type P000 does not allow supplementary