Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: No logging during delete

Re: No logging during delete

From: <prasath.rao_at_gmail.com>
Date: 16 Nov 2005 09:52:16 -0800
Message-ID: <1132163536.231016.193530@g47g2000cwa.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US