返回顶部
首页 > 资讯 > 错误编码 >ORA-55631: Table has columns with data types that are not supported by Flashback Data Archive ORACLE
  • 695
分享到

ORA-55631: Table has columns with data types that are not supported by Flashback Data Archive ORACLE

报错故障columns 2023-11-05 02:11:59 695人浏览 八月长安
摘要

文档解释 ORA-55631: Table has columns with data types that are not supported by Flashback Data ArcHive Cause: An attempt was

文档解释

ORA-55631: Table has columns with data types that are not supported by Flashback Data ArcHive

Cause: An attempt was made to add a column of data type that is not supported by Flashback Data Archive. Or, the table on which Flashback Data Archive is being enabled contains column(s) with data types not supported by Flashback Data Archive.

Action: Do not use FLASHBACK ARCHIVE clause for this object. If adding column, do not use LONG or Nested Table column data type.

ORA-55631错误是由于Flashback Data Archive支持的数据类型不支持表中的字段所引发的。

官方解释

• CHAR

• NCHAR

• VARCHAR2

• NVARCHAR2

• RAW

• LONG

• CLOB

• NCLOB

• BLOB

• BFILE

• DATE

• TIMESTAMP

• INTERVAL DAY TO SECOND

常见案例

一般处理方法及步骤

1.删除不支持的小数类型字段。

2.在将表添加到FDA存档之前,先将不支持的字段类型更改为受支持的字段类型。

3.使用 ALTER TABLE 语句将表添加到FDA存档。

--结束END--

本文标题: ORA-55631: Table has columns with data types that are not supported by Flashback Data Archive ORACLE

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

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

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

  • 微信公众号

  • 商务合作