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: How to increase maxextents of ROLLBACK segment_type?

RE: How to increase maxextents of ROLLBACK segment_type?

From: Fink, Dan <Dan.Fink_at_mdx.com>
Date: Wed, 28 Aug 2002 08:51:56 -0800
Message-ID: <F001.004C1813.20020828085156@fatcity.com>


Before taking the system rbs offline, contact tech support. I recall (perhaps incorrectly...I don't remember whether or not I have tested this) that the system rbs is used by the kernel for normal operations and by other transactions if the other rbs are too full. The system rbs should never be specifically allocated to a transaction by a user.

Always create additional rollback segments in a separate tablespace. If you fill up the rbs tablespace, the transaction fails. If you fill up the system tablespace, the database fails.

-----Original Message-----
Sent: Wednesday, August 28, 2002 7:23 AM To: Multiple recipients of list ORACLE-L

create a rollback tablespace, create new rollback segments IN the rollback tablespace and take the rollback segment named "SYSTEM" offline. Do NOT use it.

Having an active rollback segment in your system tablespace is like allowing users to create objects there. Especially listen to Stephane and READ the manuals. You should not be increasing the allowable size of that segment, it should be tiny and unused.  


Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Fink, Dan
  INET: Dan.Fink_at_mdx.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Aug 28 2002 - 11:51:56 CDT

Original text of this message

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