标题: ORA-14188: sub-partitioning columns must form a subset of key columns of a UN... [打印本页] 作者: admin 时间: 2016-8-19 11:08 标题: ORA-14188: sub-partitioning columns must form a subset of key columns of a UN... ORA-14188: sub-partitioning columns must form a subset of key columns ofa UNIQUE index Cause: User attempted tocreate a UNIQUE partitioned index whose
sub-partitioning columns do not form a subset of its key columns which isillegal Action: If the user, indeed,desired to create an index whose subpartitioning
columns do not form a subset of its key columns, it must be created as
non-UNIQUE; otherwise, correct the list of key and/or subpartitioning columnsto
ensure that the index' subpartitioning columns form a subset of its key columns