ORA-14111
Error: ORA-14111: creation of GLOBAL partitioned indices on clustered tables is not supported
Causa: An attempt was made to create a GLOBAL partitioned index on a clustered table which is currently illegal.
Acción: Remove PARTITION BY RANGE() clause along with (partition_list) to create a GLOBAL non-partitioned index on a clustered table.
COMENTARIOS:
No hay comentarios.