Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] create foreign key problem???
Create the index separately.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of dba1 mcc
Sent: Thursday, January 20, 2005 2:52 PM
To: oracle-l_at_freelists.org
Subject: [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.
=09
=09
__________________________________=20
-- http://www.freelists.org/webpage/oracle-l This electronic message transmission is a PRIVATE communication which = contains information which may be confidential or privileged. The information is = intended=20 to be for the use of the individual or entity named above. If you are = not the=20 intended recipient, please be aware that any disclosure, copying, = distribution=20 or use of the contents of this information is prohibited. Please notify = the sender of the delivery error by replying to this message, or notify us = by telephone (877-633-2436, ext. 0), and then delete it from your system. -- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 20 2005 - 17:07:57 CST
![]() |
![]() |