invalid datatype error when creating primary key

From: Steve Miller <smiller_at_gers.com>
Date: 1997/04/02
Message-ID: <01bc3f8f$48ff5ee0$4f400580_at_pcws510>#1/1


[Quoted] [Quoted] I'm trying to create some named primary keys on some tables in a 7.3.2.2 [Quoted] database and I'm getting the following error:

comex> alter table service.gp_cd2emp add constraint pk_gp_cd2emp1_c01   2 primary key (user_cd, emp_cd);
alter table service.gp_cd2emp add constraint pk_gp_cd2emp1_c01

                                             *
ERROR at line 1:
ORA-00902: invalid datatype

I've tried adding quotes, parentheses, etc. and it just DOESN'T want to work. I can add an unnamed constraint just fine:

comex> alter table service.gp_cd2emp add primary key (user_cd, emp_cd);

Table altered.

Anyone seen this before - Oracle support is working on the problem, but I really need to push this project forward.

Any input appreciated!!

Steve Received on Wed Apr 02 1997 - 00:00:00 CEST

Original text of this message