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.
编辑:编程语言
标签:文档,INDEX,ORA,creation,GLOBAL