Originally posted by itwizzkid
Stecal,

I can't create a new tablespace because (undo tablespace is auto) the database is mounted not opened.
change the UNDO_MANAGEMENT parameter to manual in the parameter file. So that you can open the database and recreate your undo tablespace. Then change it back to auto and bounce the database.

You may need to bounce the database after you change the parameter.