aiaiDBA

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

13718043309

010-86462881

ORA-37108: (XSVPART08) workspace object has an AGGCOUNT, but workspace object does not.

ORA-37108: (XSVPART08) workspace object has an AGGCOUNT, but workspace object does not.
Cause: An attempt was made to add a partition to a partitioned variable. Either the partition was defined WITH AGGCOUNT and the partitioned variable was not, or the partitioned variable was defined WITH AGGCOUNT and the partition was not.
Action: Use CHGDFN ADD AGGCOUNT or CHGDFN DROP AGGCOUNT to either add or remove an AGGCOUNT from either the partition or the partitioned variable.

请先 登录 后评论

1 个回答

小智
ORA-37108:(XSVPART08)工作空间对象有一个AGGCOUNT,但工作空间对象没有。,
.原因:试图向分区变量添加分区。或者分区定义了WITH AGGCOUNT,分区变量没有,或者分区变量定义为WITH AGGCOUNT,分区不是。,
.操作:使用CHGDFN ADD AGGCOUNT或CHGDFN DROP AGGCOUNT从分区或分区变量添加或删除AGGCOUNT。,
.
请先 登录 后评论