aiaiDBA

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

13718043309

010-86462881

OCI-22602: pickler TDS handle [string] is not well-formed

OCI-22602: pickler TDS handle [string] is not well-formed
Cause: Attempt to use the pickler TDS handle without initializing/ constructing it.
Action: Use OCIPicklerTdsInit to initialize the handle before it is constructed. Use OCIPicklerTdsGenerate to generate the TDS before its attributes can be accessed.

请先 登录 后评论

1 个回答

小智
OCI-22602:pickler TDS handle [ string ] 格式不正确,
.原因:尝试使用pickler TDS句柄,无需初始化/构造。,
.操作:使用OCIPicklerTdsInit在构造之前初始化句柄。使用OCIPicklerTdsGenerate生成TDS,然后才能访问其属性。,
.
请先 登录 后评论