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: Multiple RBS tablespaces

Re: Multiple RBS tablespaces

From: Howard J. Rogers <howardjr_at_www.com>
Date: Fri, 17 Nov 2000 12:08:45 +1100
Message-ID: <3a148522@news.iprimus.com.au>

The issue is not one of I/O contention, but of segment header contention -if you've got 100 people trying to do OLTP-type transactions, and they're all fighting over access to the one rollback segment, you can expect Oracle to be forced to have to queue them up behind each other.

The usual rule of thumb is that to get round this contention issue, there should be 1 rollback segment per every 4 concurrent transactions. And it really won't matter too much if they are all sitting on the one disk: contention for the segment header would make i/o contention look like a children's picnic.

Regards
HJR

--
---------------------------------------------------------------------------
Opinions expressed are my own, and not those of Oracle Corporation
Oracle DBA Resources:               http://www.geocities.com/howardjr2000
---------------------------------------------------------------------------


<gorgos_at_my-deja.com> wrote in message news:8v0la7$705$1_at_nnrp1.deja.com...

> Hello again,
> a colleague of mine was suggesting that multiple rollback segment
> tablespaces was good. If the tablespaces are on seperate disks, I can
> understand that IO contention will be reduced, but if they're on the
> same disk and don't see the benefit. Am I missing the point here ??
>
> Thanks
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Nov 16 2000 - 19:08:45 CST

Original text of this message

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