Showing posts with label ORA-14644: table is not subpartitioned by Hash method. Show all posts
Showing posts with label ORA-14644: table is not subpartitioned by Hash method. Show all posts

Monday, 19 March 2012

ORA-14644: table is not subpartitioned by Hash method

ORA-14644: table is not subpartitioned by Hash method

Cause: A subpartition maintenance operation such as ALTER TABLE MODIFY PARTITION COALESCE SUBPARTITION can only be performed on Hash subpartitioned objects

Action: Re-issue the command against a Hash subpartitoned object.