aiaiDBA

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

13718043309

010-86462881

LPX-00269: all three access functions (open/close/read) must be provided

LPX-00269: all three access functions (open/close/read) must be provided
Cause: An attempt was made to set the access method callbacks, but all three functions were not provided.
Action: All three callback functions (open, close, and read) are required. They must all be provided, even if they are stub functions which do nothing.

请先 登录 后评论

1 个回答

小智
LPX-00269:必须提供所有三个访问功能(打开/关闭/读取),
.原因:尝试设置访问方法回调,但是没有提供所有三个功能。,
.操作:需要所有三个回调函数(打开,关闭和读取)。它们都必须被提供,即使它们是不做任何事情的存根功能。,
.
请先 登录 后评论