返回顶部
首页 > 资讯 > 错误编码 >ORA-28073: The column “string” has an unsupported data type. ORACLE 报错 故障修复 远程处理
  • 631
分享到

ORA-28073: The column “string” has an unsupported data type. ORACLE 报错 故障修复 远程处理

报错故障string 2023-11-05 19:11:40 631人浏览 安东尼
摘要

文档解释 ORA-28073: The column “string” has an unsupported data type. Cause: The column had a data type which is

文档解释

ORA-28073: The column “string” has an unsupported data type.

Cause: The column had a data type which is not supported by data redaction. The supported data types are CHAR, NCHAR, VARCHAR2, NVARCHAR2, NUMBER types, BINARY_FLOAT, BINARY_DOUBLE, DATE, and TIMESTAMP. For regular expression-based redaction, with FUNCTION_TYPE of DBMS_REDACT.REGEXP, only the string data types (VARCHAR2, NVARCHAR2, CHAR, and NCHAR) are supported by data redaction. Virtual columns are not supported by data redaction.

Action: Specify the name of a column which has a supported data type.

ORA-28073:列 “string” 中的数据类型不支持。

该错误通常是因为在oracle环境中使用了不支持的数据类型导致的,比如VARCHAR2(max)、VARBINARY(max)等,因为这些类型不受Oracle支持,所以在Oracle环境中使用它们时会报错。

官方解释

ORA-28073: 列“string”具有不受支持的数据类型

该错误提示指定的列有一个不被支持的数据类型。

常见案例

1. 一个表使用VARCHAR2(max)类型数据,而Oracle不支持这个类型,导致报错。

2. 有的数据库使用VARBINARY(max)类型,而Oracle不支持这个类型,导致报错。

一般处理方法及步骤

1. 确定使用了什么样的不支持的数据类型;

2. 修改指定列的数据类型,使其可以在Oracle环境中使用。

--结束END--

本文标题: ORA-28073: The column “string” has an unsupported data type. ORACLE 报错 故障修复 远程处理

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

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

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

  • 微信公众号

  • 商务合作