Hi,
Version 11.2.0.3
32 million row table
issuing command
alter table <table_name> add <column> nvarchar2(50);
been running over 15 minutes.
How can we check how far progressed not seeing anything in v$session_longops
How can we speed this up?
What causes this - other tables far quicker to add columns to.?
Thanks