Id | Message |
---|---|
ORA-14012 | resulting partition name conflicts with that of an existing partition |
ORA-14013 | duplicate partition name |
ORA-14014 | maximum number of partitioning columns is 16 |
ORA-14015 | too many partition descriptions |
ORA-14016 | underlying table of a LOCAL partitioned index must be partitioned |
ORA-14017 | partition bound list contains too many elements |
ORA-14018 | partition bound list contains too few elements |
ORA-14019 | partition bound element must be one of: string, datetime or interval literal, number, or MAXVALUE |
ORA-14020 | this physical attribute may not be specified for a table partition |
ORA-14021 | MAXVALUE must be specified for all columns |
ORA-14022 | creation of LOCAL partitioned cluster indices is not supported |
ORA-14023 | creation of GLOBAL partitioned cluster indices is not supported |
ORA-14024 | number of partitions of LOCAL index must equal that of the underlying table |
ORA-14025 | PARTITION may not be specified for a materialized view or a materialized view log |
ORA-14026 | PARTITION and CLUSTER clauses are mutually exclusive |
ORA-14027 | only one PARTITION clause may be specified |
ORA-14028 | missing AT or VALUES keyword |
ORA-14029 | GLOBAL partitioned index must be prefixed |
ORA-14030 | non-existent partitioning column in CREATE TABLE statement |
ORA-14031 | partitioning column may not be of type LONG or LONG RAW |