ORA-14009
Error: ORA-14009: partition bound may not be specified for a LOCAL index partition
Causa: While parsing a CREATE INDEX statement to create a LOCAL partitioned index, partition_description of one of partitions was found to contain VALUES LESS THAN clause which is illegal since a LOCAL index inherits partition bounds from its base table.
Acción: Remove all VALUES LESS THAN clauses from descriptions of LOCAL index partitions.
COMENTARIOS:
No hay comentarios.