Re: Question about commit
From: Markus Breuer <markus.breuer_at_gmx.de>
Date: Fri, 17 Sep 2004 17:51:55 +0200
Message-ID: <cif16s$ftv$1_at_pentheus.materna.de>
Date: Fri, 17 Sep 2004 17:51:55 +0200
Message-ID: <cif16s$ftv$1_at_pentheus.materna.de>
> Threads within the same process should not make a difference in and of
> itself -- but does the 'B' thread have any SET TRANSACTION READ ONLY
> statements? That would set transaction-level read consistency so that you
> would not see the newly committed data.
No, read consistency was net set. But in general, could this problem happen? I think of database and session default, no changes appear to the current session...
regards markus Received on Fri Sep 17 2004 - 17:51:55 CEST