Dear DBA friends,
I'm running below alter statement, thats been running over 2 hours. The table has 119 million rows.
Any idea why adding a column is taking such a long time on this table? Is there a way to expedite this?
ALTER TABLE COMPOSITE ADD ATTRIBUTEĀ NUMBER(18, 0) DEFAULT -1
Thanks