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: Do selects block truncates?

RE: Do selects block truncates?

From: Kurt Franke <Kurt-Franke_at_web.de>
Date: Fri, 21 Dec 2007 14:34:41 +0100
Message-Id: <853377594@web.de>

Hi,

...
>
> If select really blocks truncate, it's a amazing bug. :)
>

this is never a bug but is the consequence of enforcing statement-level read consistency which is always guranteed by oracle.

the only exception from this mechanism is the complete refresh of a materialized view with "atomic_refresh => FALSE" which then does the truncate wether or not any select is runnig on the materialized view. active select on the materialized view will break then with ORA-08103 regards

kf

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Dec 21 2007 - 07:34:41 CST

Original text of this message

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