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 -> Re: Drop old fashioned rollback tablesspace

Re: Drop old fashioned rollback tablesspace

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 20 Jul 2005 08:11:53 -0700
Message-ID: <1121872325.699426@yasure>


Kurt-Erich.Finger_at_hte-company.de wrote:
> We migrated a database from 8.1.7 to 10G. We still have the roll-back
> tablespace (and also the undo tbs). Is it save to take the roll-back
> tablespace offline and delete the datafile? In the DBA_ROLLBACK_SEGS I
> find only records with the tablespace_name SYSTEM and UNDOTBS1.
> Thanks

SELECT value
FROM v$parameter
WHERE name LIKE 'undo%'

If undo_management = AUTO
and undo_tablespace is listed
Then off-line the rollback tablespace.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Jul 20 2005 - 10:11:53 CDT

Original text of this message

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