Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA-30045: No undo tablespace name specified

ORA-30045: No undo tablespace name specified

From: Andrew <andrewolsen_os3_at_yahoo.com>
Date: 7 Apr 2004 13:42:56 -0700
Message-ID: <f6ada335.0404071242.1a16fa7f@posting.google.com>


I ran into this bad boy while trying to create a database on oracle 9i. For me the solution was to change the following in the init.ora file.

from:

undo_management                               = AUTO

to:
undo_management                               = MANUAL

Hope this helps... Received on Wed Apr 07 2004 - 15:42:56 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US