Hello Gerhard, Oracle allows defining "INITIALLY DEFERRED" constraints - checks are postponed till the end of transaction.
----- Original Message ----- From: "Gerhard Grosse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 22, 2003 9:52 AM Subject: Re: Strategies to avoid RI constraint violations? > I just discovered that ((TransactionExt) tx).flush() might solve a lot > of my problems... > > On Tue, 21 Oct 2003 16:57:30 +0200, Gerhard Grosse > <[EMAIL PROTECTED]> wrote: > > >Hi, > > > >I just wonder what strategies others employ to avoid RI constraint > >violations. It seems to me that these inevitably occur in larger > >transactions on complex object models. Any hints other than turning RI > >checking off altogether? (I'm short before doing so...) > > > >Thanks, > >Gerhard > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
