aiaiDBA

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

13718043309

010-86462881

ORA-38602: FI invalid input cursor

ORA-38602: FI invalid input cursor
Cause: The input cursor did not return exactly two columns for transactional input format or the input cursor didn't have consistent data types for horizontal input format
Action: For transactional input format, specify that the input cursor returns exactly two columns: one for transaction-id, one for item-id. For horizontal input format, make sure the input cursor's columns have the same data types.

请先 登录 后评论

1 个回答

小智
ORA-38602:FI无效输入游标,
.原因:输入游标没有为事务输入格式返回两列,或者输入游标对于水平输入格式没有一致的数据类型,
.操作:对于事务输入格式,请指定输入游标返回两列:一个用于transaction-id,一个用于item-id。对于水平输入格式,请确保输入光标的列具有相同的数据类型。,
.
请先 登录 后评论