首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ORA-01461-只能绑定一个长值以插入到一个长列中。

ORA-01461-只能绑定一个长值以插入到一个长列中。
EN

Stack Overflow用户
提问于 2019-12-02 11:56:55
回答 1查看 1.6K关注 0票数 1

当我想提交事务时,我得到以下错误:

ORA-01461:只能将一个长值绑定到一个长列中

我在这个事务中保存了多个实体--如何找到问题所在?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2019-12-02 12:02:06

ORA-01461只能绑定一个长值以插入到一个长列中。

代码语言:javascript
复制
Cause: An attempt was made to insert a value from a LONG datatype into another 
datatype. This is not allowed.

**Action**: Do not try to insert LONG datatypes into other types of columns.

**Answer**:  The LONG and LONG RAW datatypes have been deprecated and the easiest solution to the ORA-01461 error is to change the column datatype to as CLOB.
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/59138466

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档