Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: [Q] create foreign key problem???

RE: [Q] create foreign key problem???

From: Reidy, Ron <Ron.Reidy_at_arraybiopharma.com>
Date: Thu, 20 Jan 2005 15:06:40 -0700
Message-ID: <17CAB0BF27BCFC47B0E4554A0E2F962B4392C8@fiji.arraybp.com>


Create the index separately.



Ron Reidy
Lead DBA
Array BioPharma, Inc.

-----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

Do you Yahoo!?=20
Yahoo! Mail - You care about security. So do we.=20 http://promotions.yahoo.com/new_mail
--
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-l
Received on Thu Jan 20 2005 - 17:07:57 CST

Original text of this message

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