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

Home -> Community -> Usenet -> c.d.o.server -> Re: Can Primary Constraints be partitioned

Re: Can Primary Constraints be partitioned

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: 2000/07/08
Message-ID: <963076490.512.0.nnrp-14.9e984b29@news.demon.co.uk>#1/1

The question is a little incomplete.
You can 'partition the constraint',
meaning that you can partition the
index on which the constraint depends
when it is enabled.

However, if you want to make the index
LOCALLY partitioned, you will find that
a locally partitioned unique index (or
index used to enforce a unique/pk
constraint) has to contain the table
partitioning columns.

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Saugato Mukerji wrote in message <8jrndq$266$1_at_gossamer.itmel.bhp.com.au>...

>hi
>
>i am trying to partition a table using a column called DATE_FINISHED
>the table has a primary constraint defined using two other columns.
>
>how can i partition the constraint?
>
>i am using 8.1.5 on NT sp4
>
>thanks in advance
>
>Saugato Mukerji
>
>
Received on Sat Jul 08 2000 - 00:00:00 CDT

Original text of this message

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