Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Where is a Foreign Key stored?
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
![]() |
![]() |