aiaiDBA

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

13718043309

010-86462881

ORA-36802: (XSTBLFUNC01) The OLAP_TABLE function must contain a DATAMAP that executes a FETCH command or a LIMITMAP.

ORA-36802: (XSTBLFUNC01) The OLAP_TABLE function must contain a DATAMAP that executes a FETCH command or a LIMITMAP.
Cause: There is no limitmap on the table function and either the datamap does not contain a fetch, or it errored before the fetch was called.
Action: Check the datamap for errors, make sure that it executes a fetch statement, if it is not intended to execute the fetch then make sure that the table function has a valid limitmap.

请先 登录 后评论

1 个回答

小智
ORA-36802:(XSTBLFUNC01)OLAP_TABLE函数必须包含执行FETCH命令或LIMITMAP的DATAMAP。,
.原因:表函数没有limitmap,并且数据图不包含提取,或者在调用提取之前错误。,
.操作:检查数据图表中的错误,确保它执行fetch语句,如果它不打算执行fetch,则确保表函数具有有效的limitmap。,
.
请先 登录 后评论