Showing posts with label ORA-14261: partition bound may not be specified when adding this Hash partition. Show all posts
Showing posts with label ORA-14261: partition bound may not be specified when adding this Hash partition. Show all posts

Friday, 16 March 2012

ORA-14261: partition bound may not be specified when adding this Hash partition

ORA-14261: partition bound may not be specified when adding this Hash partition

Cause: User specified VALUES LESS THAN clause when adding a partition (via ALTER TABLE ADD PARTITION) to a Hash partitioned table which is illegal

Action: Remove VALUES LESS THAN clause from the description of partition being added