ORA-14762: Domain index creation on interval partitioned tables is not permitted ORACLE 报错 故障修复 远程处理

文档解释

ORA-14762: Domain index creation on interval partitioned tables is not permitted

Cause: An attempt was made to create a domain index on an interval partitioned table.

Action: Do not create a domain index on an interval partitioned table.

ORA-14762:在区间分区表上不允许创建域索引。

官方解释

常见的情况:尝试创建域索引时,如果表采用区间分区类型,将表示在此表上不允许创建域索引。

正常处理方法及步骤

1.首先,使用 ALTER TABLE 语句将区间分区表转换为另一种分区类型,例如 HASH 分区。

2.然后,使用 CREATE DOMAIN INDEX 命令创建域索引。

香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。

THE END