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.

Adding a column to a partitioned table...

raindogJun 9 2010 — edited Jun 9 2010
I have a table that is partitioned (monthly, based on one of the date columns). There are 13 partitions - the current one plus twelve previous months, and we roll them monthly.

We want to add a column to the table. Is there anything special about adding a column to a partitioned table, or is it like any other ALTER TABLE...ADD... ?
This post has been answered by Chinar on Jun 9 2010
Jump to Answer

Comments

Chinar
Answer
raindog wrote:
I have a table that is partitioned (monthly, based on one of the date columns). There are 13 partitions - the current one plus twelve previous months, and we roll them monthly.

We want to add a column to the table. Is there anything special about adding a column to a partitioned table, or is it like any other ALTER TABLE...ADD... ?
there is nothing different a simple non-partitioned tables.Use simple "alter table add <column> <type> "
Marked as Answer by raindog · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 7 2010
Added on Jun 9 2010
1 comment
3,788 views