Skip to Main Content

SQL & PL/SQL

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!

Adding column to existing large partitioned table

user5716448Nov 2 2020 — edited Nov 3 2020

Hi,
We are looking to add column (new measure) to some large tables (over a a billion rows)
This is a partitioned table - guess can still use alter table and won't invalidate indexes etc and the alter table command will execute quickly?
Is this a correct assumption?
Also with regards space notice the columns on table defined as NUMBER with no actual size.
Is it correct in ORACLE
Values stored in a NUMBER column take up only as much space as needed?
Thanks

This post has been answered by BEDE on Nov 4 2020
Jump to Answer
Comments
Post Details
Added on Nov 2 2020
5 comments
2,763 views