Oracle 10g大表批量更新优化
Oracle 10g大表批量更新优化,其实,700万的表不算大表,作为测试够了一,t表信息SQL> alter table t add is_del number(1);SQL> alter table t modify is_del default 0;SQL> desc tName Type Nullable Default Comments------ --------- -------- ------- --------ID NU...