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: Using PQ in FTS

RE: Using PQ in FTS

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Thu, 29 Mar 2007 09:37:28 +0200
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAFA8F2FD@MSXVS04.trivadis.com>

Frits

> If mixed access (meaning both buffered and direct access)
> is done on objects where DML is happening, it can result
> in buffer busy waits because extents needs to be
> checkpointed before direct access can occure.

Be careful... checkpoints are not performed at extent level...

Up to 10gR1 checkpoints are executed at tablespace level.

As of 10gR2 checkpoints are executed at segment level (e.g. for a partitioned table a single partition can be checkpointed).

> Seen a great deal of buffer busy waits in 9.2.0.6/linux where
> concurrent DML queries got downgraded to serial due to the
> parallel automatic tuning.

Do you mean because of parallel adaptive multi user?

Regards,
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 29 2007 - 02:37:28 CDT

Original text of this message

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