aiaiDBA

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

13718043309

010-86462881

ORA-34804: (OCI12) The value of SQL host variable number is too long. Use the WIDE keyword for columns that may exceed number bytes.

ORA-34804: (OCI12) The value of SQL host variable number is too long. Use the WIDE keyword for columns that may exceed number bytes.
Cause: The host variable had a text value longer than the maximum SQL VARCHAR length
Action: Use the WIDE keyword in the host variable specification, e.g. :WIDE OLAP_object_name

请先 登录 后评论

1 个回答

小智
ORA-34804:(OCI12)SQL主机变量号的值太长。对可能超过数字字节的列使用WIDE关键字。,
.原因:主机变量的文本值长于SQL VARCHAR的最大长度,
.操作:在主机变量规范中使用WIDE关键字,例如:WIDE OLAP_object_name,
.
请先 登录 后评论