aiaiDBA

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

13718043309

010-86462881

ORA-29977: Unsupported column type for query registration in guaranteed mode

ORA-29977: Unsupported column type for query registration in guaranteed mode
Cause: An attempt was made to register a query with an unsupported column type or too many columns.
Action: Examine all column datatypes in the expression and refer to the documentation for supported query types. The application can reattempt the query registration in best effort mode.

请先 登录 后评论

1 个回答

小智
ORA-29977:在保证模式下查询注册的不支持的列类型,
.原因:试图注册具有不受支持的列类型或列过多的查询。,
.操作:检查表达式中的所有列数据类型,并参阅支持的查询类型的文档。应用程序可以以尽力而为模式重新尝试查询注册。,
.
请先 登录 后评论