返回顶部
首页 > 资讯 > 错误编码 >ORA-24355: attempt to store a negative number in an Unsigned Display type. ORACLE 报错 故障修复 远程处理
  • 375
分享到

ORA-24355: attempt to store a negative number in an Unsigned Display type. ORACLE 报错 故障修复 远程处理

报错故障store 2023-11-05 08:11:38 375人浏览 八月长安
摘要

文档解释 ORA-24355: attempt to store a negative number in an Unsigned Display type. Cause: An attempt was made to convert a

文档解释

ORA-24355: attempt to store a negative number in an Unsigned Display type.

Cause: An attempt was made to convert a negative number into an unsigned display type.

Action: Please check the number in the database or change the defined datatype.

ORA-24355是oracle数据库的一个异常,指出尝试将负数存储到一个unsigned显示类型中。

此消息是由您在unsigned显示类型中尝试插入和/或更新负数引起的,而unsigned显示类型只存储正值或零。只要您确定在unsigned显示类型中插入正值,此错误将不再发生。

例如,使用以下语句尝试在unsigned显示类型中插入负数:

INSERT INTO mytable (MyValue) VALUES (-5);

如果MyValue列定义为unsigned显示类型,上面的语句将引发ORA-24355错误。

要正常处理此错误,您可以:

1.确保您将正值插入unsigned显示类型中;

2.如果您想存储负值,请改变列类型;

3.重新对更新和/或插入语句进行检查,确保您将正确的值输入到unsigned显示类型中。

当处理Mysql中的ORA-24355错误时,建议您更改列类型,以允许存储负值。

--结束END--

本文标题: ORA-24355: attempt to store a negative number in an Unsigned Display type. ORACLE 报错 故障修复 远程处理

本文链接: https://lsjlt.com/news/538659.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作