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: Invalid column name problem

Re: Invalid column name problem

From: Jordan <warlord_at_netvigator.com>
Date: Wed, 19 Sep 2001 23:04:25 +0800
Message-ID: <9oabse$s317@imsp212.netvigator.com>


Thanks for your help, Allan

JOrdan
"godmann" <allanwtham_at_yahoo.com>
???????:95cd51c.0109190130.f6736e4_at_posting.google.com...
> Hi there,
>
> You can either use
>
> alter table dept modify (loc varchar2(13) not null)
> or
> alter table dept add constraint chk_loc check (loc is not null)
>
> Allan W. Tham
> DBA
Received on Wed Sep 19 2001 - 10:04:25 CDT

Original text of this message

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