Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: No logging during delete
The delete is based on a 'DATE' column.
It looks like
DELETE FROM my_table where bt_day <= SYSDATE;
If I paritition the table on the basis of bt_day, how will I create future partitions as data is continuously added to the table?
Thanks,
Prasath.
Received on Wed Nov 16 2005 - 11:52:16 CST
![]() |
![]() |