ORA-14023: creation of GLOBAL partitioned cluster indices is not supported ORACLE 报错 故障修复 远程处理

文档解释

ORA-14023: creation of GLOBAL partitioned cluster indices is not supported

Cause: An attempt was made to create a GLOBAL partitioned cluster index, which is currently illegal

Action: Remove PARTITION BY RANGE clause along with s from the CREATE INDEX statement.


数据运维技术 » ORA-14023: creation of GLOBAL partitioned cluster indices is not supported ORACLE 报错 故障修复 远程处理