标题: ORA-14039: partitioning columns must form [打印本页] 作者: admin 时间: 2016-8-18 09:53 标题: ORA-14039: partitioning columns must form ORA-14039:partitioning columns must form a subset of key columns of a UNIQUE index Cause: User attempted to create a UNIQUE partitioned indexwhose partitioning
columns do not form a subset of its key columns which is illegal Action: Ifthe user, indeed, desired to create an index whose partitioning 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 partitioning columns to ensure thatthe
index' partitioning columns form a subset of its key columns