Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Enqueue type - RO-Multiple Object Reuse (fast object reuse)
Do you use parallelism (PQO) while reading tables that might have been
loaded/updated before/during the reads?
Waleed
-----Original Message-----
From: Keith Moore [mailto:kmoore_at_zephyrus.com]
Sent: Wednesday, August 31, 2005 3:35 PM
To: rshamsud_at_jcpenney.com
Cc: kmoore_at_zephyrus.com; oracle-l_at_freelists.org
Subject: Re: Enqueue type - RO-Multiple Object Reuse (fast object reuse)
Thanks.
The database is version 10.1.0.3.
The strange thing is that no objects are being dropped. And certainly
not
5180 times, like statspack shows.
Could this be a bug that 10.1.0.4 would fix? We have a strange situation
here where the Sysadmin installs the softwarwe and then I take over.
I've
been trying to get him to upgrade to 10.1.0.4, but without success.
It also makes it interesting when something doesn't work and you have to figure out what he might have done wrong.
Keith
> Keith
> RO enqueue is acquired while dropping/truncating the objects. Drop
> /truncate will post the DBWR to flush the buffers associated with
those
> objects. While DBWR is performing this operation, foreground process
> will wait for RO enqueue. Usually RO can be seen with CI (Cross
Instance
> invalidation ) enqueues even in non-rac single instances
>
> One of the primary reason is that DBWR is slow or buffer cache is
> too big.
>
> What is surprising though, this behavior is very visible up to 9i.
> But, in 10g, drop will simply rename the objects ( for flashback
> feature). Clearing the recycle bin will take care of flushing the
> buffers and so this is not a bigger issue anymore. Did you disable the
> flashback feature by any chance ?
>
> BTW, 10.0.3 looks too low of a version. So, far I have seen
10.1.0.4
> to be a stable release.
>
> Thanks
>
> Riyaj "Re-yas" Shamsudeen
> Certified Oracle DBA (ver 7.0 - 9i)
> Allocation & Assortment planning systems
> JCPenney
>
>
>
> Keith Moore wrote:
>
>>Does anyone have information on this?
>>
>>We have setup a two node 10g RAC database, Oracle version 10.0.3.
>>
>>I ran statspack for a test and this shows up as the top wait time in
one
>>instance with 3 minutes of wait time during a 12 minute test.
>>Interestingly, it has less than one second of wait on the other
instance.
>>
>>Here is the statspack info:
>>
>>Enqueue Type (Request Reason)
>>----------------------------------------------------------------------
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 31 2005 - 16:41:44 CDT
![]() |
![]() |