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

Home -> Community -> Usenet -> c.d.o.misc -> Re: undo header and buffer busy wait

Re: undo header and buffer busy wait

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 15 Feb 2002 22:07:22 +0100
Message-ID: <31uq6ug02tmgt6b2q7l8out4avf1shroil@4ax.com>


On Fri, 15 Feb 2002 20:46:42 GMT,
u518615722_at_spawnkill.ip-mobilphone.net (Mike F) wrote:

>Thanks for Howard J. Rogers and Mark D Powell's help.
>
>But after I make our rollback segments 10 times bigger, we are still
>get the same undo header wait event, it did not show any improvment.
>
>Our database is collecting data through robot, each second we have
>about 30 rows comming, and we are using auto committing.
>
>Actually I seldom see any transaction using rollback segment, because
>it commits so quickly. But why we are getting undo header contention?
>
>Any thoughts?
>
>thanks
>
>
>

Because you are committing every individual transaction. Having committed your transaction the subsequent transaction needs to be set up and acquire a rollback segment. Obviously that new transaction would need to read the rollback segment header.

Regards

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Fri Feb 15 2002 - 15:07:22 CST

Original text of this message

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