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 -> improbable ora-01722

improbable ora-01722

From: steph <stephan0h_at_yahoo.de>
Date: Wed, 22 Aug 2007 04:28:40 -0700
Message-ID: <1187782120.127656.214050@r23g2000prd.googlegroups.com>


This bugged me a bit today:

create table steptest(a number);

alter table steptest add (constraint steptest_check1 check (a in ('J','N')));

insert into steptest values (1);

==>ORA-01722
Of course the check constraint makes no sense on this column ... but Oracle (9i) does not mind. The resulting error message led me in completely wrong directions. Bug or feature?

stephan Received on Wed Aug 22 2007 - 06:28:40 CDT

Original text of this message

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