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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Index on partitionned table in N/A status

420827Dec 20 2007 — edited Jan 26 2012
Hi all,

I have one table partitionned on column with date type. And created unique index in 03 columns including the column partitionned, after index creation and i check the status it still oin N/A. I rebuild it for each partition and still in N/A status. My question is, is it normal or not and does it affect performance. If yes how to make it in VALID status, how to rebuild this index to have it valid.

I did the comand bellow to rebuilt this index:

alter index index_name rebuild partition partition_name tablespace tablespace_name;

Thanks a lot.

raitsarevo
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2012
Added on Dec 20 2007
6 comments
43,215 views