aiaiDBA

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

13718043309

010-86462881

SQL-02145: Invalid dynamic descriptor

SQL-02145: Invalid dynamic descriptor
Cause: An attempt to access an unallocated or invalid descriptor was encountered.
Action: For ANSI descriptors, check that descriptor name is valid and descriptor has been allocated and not previously deallocated. Or if using Oracle descriptors (sqlda) with mode=ansi also use dynamic=oracle.

请先 登录 后评论

1 个回答

小智
SQL-02145:无效的动态描述符,
.原因:遇到访问未分配或无效描述符的尝试。,
.操作:对于ANSI描述符,请检查描述符名称是否有效,并且描述符已分配,并且以前未被释放。或者如果使用带有mode = ansi的Oracle描述符(sqlda)也可以使用dynamic = oracle。,
.
请先 登录 后评论