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: Challenge: Partitioning is a wrong idea

Re: Challenge: Partitioning is a wrong idea

From: <mikharakiri_nospaum_at_yahoo.com>
Date: 7 Apr 2005 12:11:36 -0700
Message-ID: <1112901096.296165.225130@f14g2000cwb.googlegroups.com>


mikharakiri_nosp..._at_yahoo.com wrote:
> delete from sales_history
> where txn_date < ...

BTW, what happens if some partition-unaware user issues this statement on a partitioned table? Would it

i. drop the partitions in the range
ii. truncate them, or
iii. do "normal" delete from the relevant partitions

? Received on Thu Apr 07 2005 - 14:11:36 CDT

Original text of this message

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