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!

Oracle 11g splitting a partition

user632098Feb 7 2014 — edited Feb 8 2014

I am using Oracle 11.1.0.7 on HP UNIX 11i. I am running alter tableĀ  split partition ... command but it makes indexes unusable and then I have to make then usable by rebuiding them. But during the time indexes are unusable, can users still access the table, i.e., will queries on the table will error or just very slow.

Is there a way to do all of this on line witthout impacting users. May be it can be done using dbms_redefinition package, but I am looking for an easier

solution.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2014
Added on Feb 7 2014
5 comments
3,056 views