Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> [Q] create foreign key problem???
I tried to create foreign ley constraint with index
using following command:
alter table spinfo add constraint fk11 foreign key (cbnum) references primary_info using index tablespace idx_space
I got "ORA-01735: invalid ALTER TABLE option" on "using index tablespace idx_space". How to use "using index space" with foreign key?
Thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 20 2005 - 16:54:37 CST
![]() |
![]() |