Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Deferred constraints (?)

Deferred constraints (?)

From: Kumanan Balasundaram <kumanan.balasundaram_at_qxl.com>
Date: Thu, 16 Aug 2001 04:30:40 -0700
Message-ID: <F001.0036CBCC.20010816043220@fatcity.com>

Do we have the concept of deferred CHECK constraints?

For a constraint of this nature, I don't Oracle to check the whole table as I
have done the fixes to ensure there is no occurrence of invalid condition.

I only want the future ones to be checked.

ALTER TABLE KB.table
ADD CONSTRAINT CHECK_DATES
CHECK (ENDTIME >= STARTTIME AND STOPTIME >= NENDTIME); Thanks
Kumanan



This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify postmaster_at_qxl.com

This footnote also confirms that this email message has been swept by MIMEsweeper and Nortons Anti-Virus, for the presence of computer viruses.



--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Kumanan Balasundaram
  INET: kumanan.balasundaram_at_qxl.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Aug 16 2001 - 06:30:40 CDT

Original text of this message

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