aiaiDBA

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

13718043309

010-86462881

ORA-36185: (XSAGGR11) workspace object does not have any AGGCOUNT information.

ORA-36185: (XSAGGR11) workspace object does not have any AGGCOUNT information.
Cause: User attempted an operation (such as the AVERAGE aggregation operator or the AGGCOUNT function) that requires a variable to have AGGCOUNT information on a variable that does not.
Action: Define the variable using the WITH AGGCOUNT clause, or use the CHGDFN ADD AGGCOUNT command to enable AGGCOUNT for the variable.

请先 登录 后评论

1 个回答

小智
ORA-36185:(XSAGGR11)工作区对象没有任何AGGCOUNT信息。,
.原因:用户尝试了一个操作(例如AVERAGE聚合操作符或AGGCOUNT函数),该操作需要一个变量在一个变量上有AGGCOUNT信息。,
.操作:使用WITH AGGCOUNT子句定义变量,或使用CHGDFN ADD AGGCOUNT命令为变量启用AGGCOUNT。,
.
请先 登录 后评论