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!

Is an Index coalesce cleanup or index rebuild optional - after dropping a partition?

user10372391Aug 28 2015 — edited Aug 28 2015

After dropping a partition, will Oracle automatically reuse deleted index entries?

I am dropping large partitions, and running dbms_part.cleanup_gidx is taking several days to complete.  I want to avoid rebuilding indexes if possible.

I'm not particularly interested in reclaiming space - nice if I can do it, but the cost seems too great.  The tables will keep growing at constant rates - so if deleted index entries are automatically overwritten/reused that would be great.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 25 2015
Added on Aug 28 2015
2 comments
411 views