Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to best reset a column to null on very large tables.
Here is something a little out of the box to consider.
For the columns that are nullified over and over could you partition by customer using a separate table for these columns that shares the PK with the base table? You could then truncate the partition.
HTH -- Mark D Powell -- Received on Fri Mar 18 2005 - 16:03:43 CST