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

Home -> Community -> Usenet -> c.d.o.misc -> Does anyone have an Example syntax of alter table modify partition subpartition by hash

Does anyone have an Example syntax of alter table modify partition subpartition by hash

From: David Wallace <david.wallace_at_colesmyer.com.au>
Date: 27 May 2003 00:08:35 -0700
Message-ID: <162bbe29.0305262308.6a4fc47b@posting.google.com>


I'm trying to create a composite hash subpartition on an existing range partitioned table
According to the 9iR2 documentation I can do this with an alter table modify partition syntax kind of like :

ALTER TABLE xxx MODIFY PARTITION yyy ADD SUBPARTITION zzz (COL1) SUBPARTITIONS 99

The syntax is fine up to the add_hash_partition part of the doco, when I follow it to the subpartition_spec clause it only shows LIST example.

Am I attempting the impossible ?

David Received on Tue May 27 2003 - 02:08:35 CDT

Original text of this message

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