Oracle_ERRMG

ORA-12700 to ORA-19400

ORA-14048: 分区维护操作不能与其他操作组合

ORA-14048: a partition maintenance operation may not be combined with other operations

原因1: ALTER TABLE或ALTER INDEX语句试图将分区维护操作(例如MOVE PARTITION)与某些其他非法的操作(例如ADD PARTITION或PCTFREE)组合

ALTER TABLE or ALTER INDEX statement attempted to combine a partition maintenance operation (e.g. MOVE PARTITION) with some other operation (e.g. ADD PARTITION or PCTFREE which is illegal

ORA-14063: 唯一/主键约束条件关键字中存在无用索引

ORA-14063: Unusable index exists on unique/primary constraint key

原因1: 用户尝试添加或启用主键/唯一约束于(多)列,但这些列上的索引存在有标记为Index Unusable的。

User attempted to add or enable a primary key/unique constraint on column(s) of a table on which there exists an index marked Index Unusable.