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: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 12 Mar 2007 08:58:34 -0700
Message-ID: <1173715114.347907@bubbleator.drizzle.com>


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".

If you want to override what has been entered use an INSTEAD OF trigger.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Mar 12 2007 - 10:58:34 CDT

Original text of this message

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