我的编程空间,编程开发者的网络收藏夹
学习永远不晚

ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理

文档解释

ORA-22890: cannot specify name for REF column constraint

Cause: An attempt was made to specify a constraint name for a constraint on a REF column.

Action: Remove the constraint name and retry the operation.

ORA-22890 该错误代表无法为 REF 列限制指定名称。

官方解释

ORA-22890: 不能为 REF 列限制指定名称。

常见案例

当试图创建或修改参照列时,系统将报出 ORA-22890 错误,提示不能为 REF 列限制指定名称。

一般处理方法及步骤

1. 确认参照列是否新创建,如果是,确认以下语句是否加入了 CONSTRAINT 特性:

ALTER TABLE

ADD REF

;

2. 如果语句中含有 CONSTRAINT ,则确认 CONSTRAINT 右边小括号里是否包含了名称(可以是任意名称)。

3. 确认主键列(REF 指向的列)是否已经存在,如不存在,请执行以下语句:

ALTER TABLE

ADD CONSTRAINT PRIMARY KEY ();

4. 如果主键存在,可以执行以下修改 REF 列的语句:

ALTER TABLE

MODIFY REF

;

5. 如果 CONSTRAINT 特性已经加上,但或多或少都不合法,可以使用下面的语句:

ALTER TABLE

MODIFY CONSTRAINT REF

;

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理

文档解释ORA-22890: cannot specify name for REF column constraintCause: An attempt was made to specify a constraint name for
ORA-22890: cannot specify name for REF column constraint ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30733: cannot specify rowid constraint on scoped ref column ORACLE 报错 故障修复 远程处理

文档解释ORA-30733: cannot specify rowid constraint on scoped ref columnCause: An attempt was made to specify rowid
ORA-30733: cannot specify rowid constraint on scoped ref column ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30734: cannot specify scope constraint on ref column with rowid ORACLE 报错 故障修复 远程处理

文档解释ORA-30734: cannot specify scope constraint on ref column with rowidCause: An attempt was made to specify scope
ORA-30734: cannot specify scope constraint on ref column with rowid ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22899: cannot specify both scope and rowid constraint on ref column ORACLE 报错 故障修复 远程处理

文档解释ORA-22899: cannot specify both scope and rowid constraint on ref columnCause: An attempt was made to specify both a
ORA-22899: cannot specify both scope and rowid constraint on ref column ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30727: duplicate referential constraint for a REF column ORACLE 报错 故障修复 远程处理

文档解释ORA-30727: duplicate referential constraint for a REF columnCause: Multiple referential constraints were specified
ORA-30727: duplicate referential constraint for a REF column ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30766: cannot modify scope for a REF column with a REFERENCES constraint ORACLE 报错 故障修复 远程处理

文档解释ORA-30766: cannot modify scope for a REF column with a REFERENCES constraintCause: An attempt was made to modify
ORA-30766: cannot modify scope for a REF column with a REFERENCES constraint ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-30765: cannot modify scope for an unscoped REF column ORACLE 报错 故障修复 远程处理

文档解释ORA-30765: cannot modify scope for an unscoped REF columnCause: An attempt was made to modify the scope for an
ORA-30765: cannot modify scope for an unscoped REF column ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-30726: cannot specify referenced column list here ORACLE 报错 故障修复 远程处理

文档解释ORA-30726: cannot specify referenced column list hereCause: An attempt was made to specify a referenced column list
ORA-30726: cannot specify referenced column list here ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-25016: cannot specify column list for insert into nested table view column ORACLE 报错 故障修复 远程处理

文档解释ORA-25016: cannot specify column list for insert into nested table view columnCause: A column list cannot be
ORA-25016: cannot specify column list for insert into nested table view column ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-25259: cannot specify protocol for agent ORACLE 报错 故障修复 远程处理

文档解释ORA-25259: cannot specify protocol for agentCause: The user specified the protocol attribute for an agent in the
ORA-25259: cannot specify protocol for agent ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22913: must specify table name for nested table column or attribute ORACLE 报错 故障修复 远程处理

文档解释ORA-22913: must specify table name for nested table column or attributeCause: The storage clause is not specified
ORA-22913: must specify table name for nested table column or attribute ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22891: cannot have multiple columns in REF constraint ORACLE 报错 故障修复 远程处理

文档解释ORA-22891: cannot have multiple columns in REF constraintCause: An attempt was made to specify multiple columns in
ORA-22891: cannot have multiple columns in REF constraint ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-55353: invalid column name for label column string ORACLE 报错 故障修复 远程处理

文档解释ORA-55353: invalid column name for label column stringCause: An attempt was made to use an invalid column to
ORA-55353: invalid column name for label column string ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-02438: Column check constraint cannot reference other columns ORACLE 报错 故障修复 远程处理

文档解释ORA-02438: Column check constraint cannot reference other columnsCause: attempted to define a column check
ORA-02438: Column check constraint cannot reference other columns ORACLE 报错 故障修复 远程处理
2023-11-04

ORA-26048: Scoped REF column has wrong table name. ORACLE 报错 故障修复 远程处理

文档解释ORA-26048: Scoped REF column has wrong table name.Cause: The scoped table name passed in by the user does not match
ORA-26048: Scoped REF column has wrong table name. ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-28341: cannot encrypt constraint column(s) with salt ORACLE 报错 故障修复 远程处理

文档解释ORA-28341: cannot encrypt constraint column(s) with saltCause: An attempt was made to encrypt constraint columns
ORA-28341: cannot encrypt constraint column(s) with salt ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-02334: cannot infer type for column ORACLE 报错 故障修复 远程处理

文档解释ORA-02334: cannot infer type for columnCause: A datatype was not declared for this column (in the CREATE TABLE) and
ORA-02334: cannot infer type for column ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-19047: Cannot specify storage for individual VARRAYS ORACLE 报错 故障修复 远程处理

文档解释ORA-19047: Cannot specify storage for individual VARRAYSCause: An attempt was made to combine storage specification
ORA-19047: Cannot specify storage for individual VARRAYS ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22893: constraint can be specified only for REF columns ORACLE 报错 故障修复 远程处理

文档解释ORA-22893: constraint can be specified only for REF columnsCause: The constraint specified does not apply to
ORA-22893: constraint can be specified only for REF columns ORACLE 报错 故障修复 远程处理
2023-11-05

ORA-22888: duplicate SCOPE clauses for a REF column ORACLE 报错 故障修复 远程处理

文档解释ORA-22888: duplicate SCOPE clauses for a REF columnCause: Multiple SCOPE clauses were specified for a single REF
ORA-22888: duplicate SCOPE clauses for a REF column ORACLE 报错 故障修复 远程处理
2023-11-05

编程热搜

  • Python 学习之路 - Python
    一、安装Python34Windows在Python官网(https://www.python.org/downloads/)下载安装包并安装。Python的默认安装路径是:C:\Python34配置环境变量:【右键计算机】--》【属性】-
    Python 学习之路 - Python
  • chatgpt的中文全称是什么
    chatgpt的中文全称是生成型预训练变换模型。ChatGPT是什么ChatGPT是美国人工智能研究实验室OpenAI开发的一种全新聊天机器人模型,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上下文进行互动,并协助人类完成一系列
    chatgpt的中文全称是什么
  • C/C++中extern函数使用详解
  • C/C++可变参数的使用
    可变参数的使用方法远远不止以下几种,不过在C,C++中使用可变参数时要小心,在使用printf()等函数时传入的参数个数一定不能比前面的格式化字符串中的’%’符号个数少,否则会产生访问越界,运气不好的话还会导致程序崩溃
    C/C++可变参数的使用
  • css样式文件该放在哪里
  • php中数组下标必须是连续的吗
  • Python 3 教程
    Python 3 教程 Python 的 3.0 版本,常被称为 Python 3000,或简称 Py3k。相对于 Python 的早期版本,这是一个较大的升级。为了不带入过多的累赘,Python 3.0 在设计的时候没有考虑向下兼容。 Python
    Python 3 教程
  • Python pip包管理
    一、前言    在Python中, 安装第三方模块是通过 setuptools 这个工具完成的。 Python有两个封装了 setuptools的包管理工具: easy_install  和  pip , 目前官方推荐使用 pip。    
    Python pip包管理
  • ubuntu如何重新编译内核
  • 改善Java代码之慎用java动态编译

目录