Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data distribution on a local non prefixed index

Daniel HavivJun 20 2013 — edited Jun 20 2013

Hi,

I feel i'm a little confused on the subject of how data is distributed on a local non prefixed index.

Let's say I have a table calles SALES and it holds data for the last year partitioned by a date column called month (So that's 12 partitions, one for each month).

Now i'm creating the following index:

CREATE INDEX TESTIDX ON SALES(salesman_id) local;

What will happen is that I'll have 12 partitions on the index but to which partitions in the table are they referencing ?

Thanks,

Daniel

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 18 2013
Added on Jun 20 2013
1 comment
110 views