ORA-30012 Database Does Not Start With UNDO_MANAGEMENT=AUTO
(Doc ID 258506.1)
Last updated on NOVEMBER 14, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 9.0.1.0 to 11.2.0.3 [Release 9.0.1 to 11.2]Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
***Checked for relevance on 23-May-2016***
Symptoms
You have set undo_management=AUTO
You have set undo_tablespace = and either this tablespace does not exist or it is not created with 'undo' keyword. This may be because you either dropped and did not recreate the undo tablespace or recreated it without specifying 'undo' keyword.
With this configuration the database will not start and throws an error:
ORA-30012: undo tablespace 'UNDOTBS' does not exist or of wrong type
Changes
The undo tablespace was dropped and was not recreated or recreated without specifying the 'undo' keyword.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |