Alter table taking more time to add new column(FLG char(1))(5 Bilion recor
Hi friends,
I am trying to add new column FLG char(1) default N not null to one table through ALTER command
1.Table containing 5 Billion records,
2.*Partitioned table*, also having primary key..
The problem here it is taking more than 40 hours for alter this table.
How can I speed up this process.
Can I disable the constraint?( would it be the correct solution )
Plz help me..........