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: Inserting through a view - forcing certain values into columns

Re: Inserting through a view - forcing certain values into columns

From: Jeremy <jeremy0505_at_gmail.com>
Date: Mon, 12 Mar 2007 16:14:01 -0000
Message-ID: <MPG.205f8ca2d706cae098a3f6@news.individual.net>


In article <1173715114.347907_at_bubbleator.drizzle.com>, DA Morgan says...
> Jeremy wrote:
> > In article <55ku75F25p4g8U1_at_mid.individual.net>, Serge Rielau says...
> >> WITH CHECK OPTION;
> >>
> >
> > Thanks Serge, I should have been able to recall that.
>
> What has been suggested to you will not allow values other than "Y"
> but will not change an "N" to a "Y".

Thanks - it raises an exception if you try to supply a value other than 'Y' which is OK for the present needs.
>
> If you want to override what has been entered use an INSTEAD OF trigger.
>

Thanks.

-- 
jeremy
Received on Mon Mar 12 2007 - 11:14:01 CDT

Original text of this message

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