Undo Tablespace [message #314849] |
Fri, 18 April 2008 00:54 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
hi all,
i created new undo tablespace called 'UNDOTBS_02'. previously it was 'UNDOTBS_01' was created during database creation and the undo mode has been set to AUTO.then i decided to switch to new undo tablespace UNDOTBS_02 using the ALTER SYSTEM SET UNDO_TABLESPACE = undotbs_02; and the command was sucessful.
When i tried to drop the old undo tablespace UNDOTBS_01 it says the tablespace does not exists. but when i query the view dba_free_space it shows me the old tablespace UNDOTBS_01.
i dont want the old tablespace to exist in my database.
please let me know the steps to proceed further
|
|
|
|
|
Re: Undo Tablespace [message #315050 is a reply to message #314849] |
Fri, 18 April 2008 14:06 |
varu123
Messages: 754 Registered: October 2007
|
Senior Member |
|
|
Quote: | When i tried to drop the old undo tablespace UNDOTBS_01 it says the tablespace does not exist
|
Do you see the tablespace in dba_tablespaces?
Do you see the rollback segments associated with that tablespace in dba_rollback_segs along with status?
|
|
|