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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unique Key enforcement on a DATE Column for DAY (mm/dd/yy)

Re: Unique Key enforcement on a DATE Column for DAY (mm/dd/yy)

From: Don Seiler <don_at_seiler.us>
Date: Tue, 23 Oct 2007 10:17:02 -0500
Message-ID: <716f7a630710230817t7cee283ekd293aeba4008f5b1@mail.gmail.com>


Umm ... just throwing this out and hope someone does all the heavy lifting? (Like I should talk)

You'll probably want an update trigger to not allow updates if that date field is populated. That is one way to only "allow users to enter data only once in a day". A unique constraint won't do that. Perhaps your phrasing or my understanding of it is off though.

The update trigger should be supported back to version 8.

Don.

On 10/23/07, BN <bnsarma_at_gmail.com> wrote:
> Greetings
>
>
> I have a requirement to enforce Uniqueuness on a DATE Column for a day only
> (mm/dd/yy(yy)
>
> Should allow users to enter data only once in a day, Can it be enforced
> through a Unique constraint
>
> Need to implement this in Oralce 8i, 9i, 10g
>
> --
> Regards & Thanks
> BN

-- 
Don Seiler
oracle: http://ora.seiler.us
ultimate: http://www.mufc.us
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 23 2007 - 10:17:02 CDT

Original text of this message

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