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: Preferred method in creating primary key

Re: Preferred method in creating primary key

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Fri, 15 Aug 2003 13:09:50 GMT
Message-ID: <3F3CDB9E.94987B6C@remove_spam.peasland.com>


> Deferred constraints can not be violated. The only thing that happens when a constraint
> is deferred is that the validity checking waits until the commit.

It may be a matter of semantics, but I would disagree. You can violate the constraint all you want if it is deferred. You just have to sort out the violations before you commit otherwise the constraint won't allow the operation.

Like I said, it may just be semantics and it may not be worth getting too picky about it.

Cheers,
Brian

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Fri Aug 15 2003 - 08:09:50 CDT

Original text of this message

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