partition bound may not be specified for resulting partitions

Solution ID:ORA-14041

Type: Oracle

Cause

while parsing an ALTER {TABLE|INDEX} SPLIT PARTITION statement, <partition-description> of a resulting partition was found to contain VALUES LESS THAN clause which is illegal

Actions

Ensure that high bound of every partition (except for the last one) collates lower than that of a following partition.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


https://community.oracle.com/message/1549976


Browse all solutions to database errors from Oracle, MS SQL, or MySQL