[Zope-DB] Are transactions/atomicity implicit in ZSQL+ Oracle ?
kapil thangavelu
kthangavelu@earthlink.net
Thu, 21 Mar 2002 18:17:27 -0800
On Wednesday 20 March 2002 08:58 pm, kapil thangavelu wrote:
>
> atomicity, depends on what you're doing and how you've set up the database
> connection/env, specifically its transaction isolation level.
ugh.... i think my brain went on auto pilot.. i meant isolation, not
atomicity. as matt already posted to the zope@zope.org list, this can be done
in oracle via a table lock command. the alternative i implied of setting the
transaction isolation level to serializable has serious negative performance
impacts.
cheers
kapil