Oracle Solution for Error ora-14126

Solution for Oracle Error ORA-14126

ORA-14126: only a may follow description(s) of resulting partitions

What triggered the Error:

Descriptions of partition(s) resulting from splitting of a table or index partition may be followed by an optional which applies to the entire statement and which, in turn, may not be followed by any other clause.

What should we do to fix it:

Ensure that all partition attributes appear within the parenthesized list of descriptions of resulting partitions in ALTER TABLE/INDEX SPLIT PARTITION statement.