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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Where is a Foreign Key stored?

Re: Where is a Foreign Key stored?

From: Ricardo Rocha <rrocha_at_usagate.net>
Date: 1997/02/08
Message-ID: <01bc1587$d88367f0$6464c7d0@rrocha>#1/1

While primary keys create a unique index to enforce the constraint, foreign keys do not automatically create any index.

If required, such an index should be created "by hand" and be non-unique. When creating this index you can specify the tablespace.

The foreign key constraint itself is stored in the SYSTEM tablespace. Received on Sat Feb 08 1997 - 00:00:00 CST

Original text of this message

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