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: diversif <diversif_at_ix.netcom.com>
Date: 1997/02/06
Message-ID: <01bc1464$a70a81a0$6398b8cd@PHUBER>#1/1

There is no 'Segment' associated with a foreign key. An entry is made in the constraint tables, (views: dba_constraints, dba_cons_columns) and that's it.

Rory Skelly <5rs2_at_post.queensu.ca> wrote in article <01bc1449$da028e60$5b6260c6_at_SID1.kari.net>...
> Greetings from an Oracle DBA-in-the-making
>
> My question has to do with adding foreign key constraints.
>
> When creating Primary or Unique Key constraints you can specify the index
> to use (and where it will be located etc.) but with Foreign Keys you
 don't
> have that option.
>
> 1. What object is created when you add a Foreign Key constraint?
> 2. In which tablespace is it created?
>
> I've read everything I can find in the manuals - this item doesn't seem
 to
> be mentioned.
>
> Any help would be appreciated
>
> Regards
>
> Rory Skelly
> Kingston, Ontario
> skellyr_at_kgh.kari.net
>
>
Received on Thu Feb 06 1997 - 00:00:00 CST

Original text of this message

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