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: tracking changes on a table through ODBC application

Re: tracking changes on a table through ODBC application

From: Dusan Bolek <pagesflames_at_usa.net>
Date: 29 Jul 2003 01:59:48 -0700
Message-ID: <1e8276d6.0307290059.10fe3c37@posting.google.com>


"Jim Kennedy" <kennedy-downwithspammersfamily_at_attbi.net> wrote in message news:<qqCUa.154597$H17.54867_at_sccrnsc02>...
> Dirty reads are not a feature they are a
> failing. Oracle itself does do dirty reads; it just does not allow you the
> user to do them. (eg trying to insert a row with a repeated primary key
> where the repeat was inserted in an uncommitted transaction that you cannot
> see. Error will be raised because the primary key violation. Case of
> Oracle "looking behind the scenes - doing a dirty read".)

Sorry, but do you have any proof for this or can you supply a version number/parameters/test case where Oracle behave like this? Maybe I'm missing something obvious, but other guy should be locked and get "constrain violated" message AFTER first guy will commit his transaction.

--
Dusan Bolek
Received on Tue Jul 29 2003 - 03:59:48 CDT

Original text of this message

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