标题: ORA-14016: underlying table of a LOCAL partitioned [打印本页] 作者: admin 时间: 2016-8-18 09:49 标题: ORA-14016: underlying table of a LOCAL partitioned ORA-14016: underlying table of a LOCAL partitioned index must bepartitioned Cause: User attempted tocreate a LOCAL partitioned index on a non-partitioned
table which is illegal. Only GLOBAL indices (partitioned or otherwise) may be
created on a non-partitioned table. Action: Correct the statementand reenter