Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: BULK UPDATE help
I think, he does not mean by using bulk update feature. He wants to
update the bulk data (millions of row ) with minimum
redo/undo/less time.
Sometime it was faster approach for me. But If approachable ..
create table new_t as select c1, null c2, null c3, c4 from t.
drop the old table
rename this to old
create indexes + grant again.
Received on Tue Aug 07 2007 - 15:17:41 CDT
![]() |
![]() |