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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Which rollback segment is currently active?

RE: Which rollback segment is currently active?

From: Richard Ji <richard.ji_at_mobilespring.com>
Date: Tue, 04 Feb 2003 16:14:13 -0800
Message-ID: <F001.00543D99.20030204161413@fatcity.com>


Check v$rollstat for xact > 0.

-----Original Message-----
Sent: Tuesday, February 04, 2003 6:24 PM To: Multiple recipients of list ORACLE-L

I have three rollback segments which all show ONLINE. I want to drop one of them but I need to know which one should I drop. How do I find out which one is good to drop?

SVRMGR> select segment_name,owner,tablespace_name,status from dba_rollback_segs;

SEGMENT_NAME                   OWNER  TABLESPACE_NAME                STATUS

------------------------------ ------ ------------------------------ -------

RBS01                          PUBLIC RBS                            ONLINE

RBS02                          PUBLIC RBS                            ONLINE

RBS04                          PUBLIC RBS                            ONLINE



Thanks,
David

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Richard Ji
  INET: richard.ji_at_mobilespring.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Feb 04 2003 - 18:14:13 CST

Original text of this message

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