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

Home -> Community -> Usenet -> c.d.o.misc -> Re: NOT NULL constrinat lost in VIEW after cast

Re: NOT NULL constrinat lost in VIEW after cast

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 22 May 2007 09:29:05 -0700
Message-ID: <1179851346.488960@bubbleator.drizzle.com>


andized_at_gmx.net wrote:
> Hello,
>
> i am using a table with a varchar2 column that is specified NOT NULL
> and created a view to that table wich casts this column to NUMBER(10)
> using the cast() function. After performing a DESC on that table i
> realized, that the NOT NULL constraint of the table was lost in the
> view.
> the customer demands this NOT NULL constraint, to be sure the
> information he receives from the view is valid, but i dont know why
> oracle removed it and how i can apply it on a view.
>
> any help on my little problem would be very appreciated,
> AndiZed

Oracle version?
DDL? We can not look over your shoulder and see your monitor.

-- 
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 Tue May 22 2007 - 11:29:05 CDT

Original text of this message

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