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!

Renaming a partition - any negative impacts

user5716448Nov 22 2017 — edited Nov 22 2017

HI,

Using oracle 11.2.0.3 and have a composite range-interval has partitioned table 1 partition per month, 4 sub-partitions per partition

Plan to rename the system-generated names to something more meaningful.

alter table <table_name>  rename partition <sys...> to <PART_YYYYMM>

Anything we should be aware of - looks like indexes stay valid after rename operations - is this the case - just want to ensure nothing which haven't foreseen in terms of rename opertaions.

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2017
Added on Nov 22 2017
7 comments
208 views