aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

DRG-10532: table is not partitioned

DRG-10532: table is not partitioned
Cause: you called parallel create index on non-partitioned table
Action: recreate the table with partitions or remove the PARALLEL clause

请先 登录 后评论

1 个回答

小智
DRG-10532:表未分区,
.原因:在非分区表上调用并行创建索引,
.操作:使用分区重新创建表,或删除PARALLEL子句,
.
请先 登录 后评论