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!

Partition Function Based Index

mohitanchliaMay 5 2009 — edited May 7 2009
Oracle 10.2.0.4:

I have function based index something like
CREATE INDEX IDX_SENDER_EMAIL ON SENDER (UPPER(SENDER_EMAIL))
ASH is reporting high db file sequential read on this index, so I am trying to create a hash partition on this index. When I do that I get error.
ORA-30555: global index partitioning key is an expression
Is there a way to create hash partition using function based index? What options do I have?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 4 2009
Added on May 5 2009
33 comments
4,540 views