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 -> NOT NULL constrinat lost in VIEW after cast

NOT NULL constrinat lost in VIEW after cast

From: <andized_at_gmx.net>
Date: 22 May 2007 01:30:31 -0700
Message-ID: <1179822631.668625.207490@p77g2000hsh.googlegroups.com>


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 Received on Tue May 22 2007 - 03:30:31 CDT

Original text of this message

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