Hi Friend,
I am using one table which is partitioned by range.
I created seven partition on this table.
I want to create index on six partitions while i dont want to
create index on one partition because in which insertion is going on and if index exist on that partition it slow downs insertion.

Is there any way to create index in such way.
Pl also suggest syntex to crete index in such a manner.
Thanks
Jayesh