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!

How to create partitioned and subpartitioned index

actanzAug 22 2014 — edited Aug 22 2014

I have a table that has daily partition, partition key is process_date and subpartition key is billing_id

There are already 1 index on this table, the index has partition and subpartition too. Now I want to create a new index, just like the existing one, it should have partition and subpartition.

But how? I know one single sql can't do the work, anyone please provide the logic or give some instructions?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2014
Added on Aug 22 2014
3 comments
1,585 views