aiaiDBA

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

13718043309

010-86462881

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

ORA-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 个回答

小智
ORA-22602:pickler TDS句柄[ 字符串 ] 格式不正确,
.原因:尝试使用pickler TDS句柄,但不初始化/构建它。,
.操作:在构造句柄之前,使用OCIPicklerTdsInit初始化句柄。在可以访问TDS的属性之前,使用OCIPicklerTdsGenerate生成TDS。,
.
请先 登录 后评论