How to add new column in partition table
Hi,
In Oracle 10g Database, I have one table (X) with list partition . I have added one new column to "X" by "Alter Table" command. Please advise whether any other command needs to be executed since it is a partition table .
The "X" table is used for partition swapping with another table (Y). I have added the same column also in table "Y". Will there be any issue while swapping the partion with the following command
alter table X exchange partition partition_name with table Y
Version Details :
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 OS
Solaris 5.10
Thanks in advance