当前位置:网站首页>ORA-55610: Invalid DDL statement on history-tracked table
ORA-55610: Invalid DDL statement on history-tracked table
2022-08-02 22:54:00 【DBA大董】
RMAN报错
ORA-55610: Invalid DDL statement on history-tracked table
错误原因:表空间无法进行DDL操作,主要是因为之前有表设置了flashback archive。
处理办法:取消flashback archive
查询哪些表启用了flashback archive
select * from dba_flashback_archive_tables;
取消flashback archive
alter table test07 no flashback archive;
至于为啥会报错,参考Oracle 官方文档:
DDL Statements on Tables Enabled for Flashback Data Archive Flashback Data Archive supports only these DDL statements:
ALTER TABLE
statement that does any of the following:
Adds, drops, renames, or modifies a column
Adds, drops, or renames a constraint
Drops or truncates a partition or subpartition operation
TRUNCATE TABLE
statement
RENAME
statement that renames a table
Flashback Data Archive does not support DDL statements that move, split, merge, or coalesce partitions or subpartitions, move tables, or convert LONG columns to LOB columns.
For example, the following DDL statements cause error ORA-55610 when used on a table enabled for Flashback Data Archive:
ALTER TABLE
statement that includes anUPGRADE TABLE
clause, with or without anINCLUDING DATA
clauseALTER TABLE
statement that moves or exchanges a partition or
subpartition operationDROP TABLE
statement
If you must use unsupported DDL statements on a table enabled for Flashback Data Archive, use the DBMS_FLASHBACK_ARCHIVE.DISASSOCIATE_FBA
procedure to disassociate the base table from its Flashback Data Archive. To reassociate the Flashback Data Archive with the base table afterward, use the DBMS_FLASHBACK_ARCHIVE.REASSOCIATE_FBA
procedure.
边栏推荐
- vant-swipe自适应图片高度+图片预览
- 图像识别从零写出dnf脚本关键要点
- 用大白话解释“什么是ERP?” 看完这篇就全明白了
- centos7安装mysql5.7步骤(图解版)
- C语言函数详解(2)【函数参数——实际参数(实参)&形式参数(形参)】
- threejs dynamically adjust the camera position so that the camera can see the object exactly
- js基础知识整理之 —— 判断语句和三元运算符
- Week 7 CNN Architectures - LeNet-5、AlexNet、VGGNet、GoogLeNet、ResNet
- 2022中国眼博会,山东眼健康展,视力矫正仪器展,护眼产品展
- MySQL最大建议行数2000w, 靠谱吗?
猜你喜欢
The CTF command execution subject their thinking
科研用Cholesterol-PEG-NHS,NHS-PEG-CLS,胆固醇-聚乙二醇-活性酯
最近公共祖先(LCA)学习笔记 | P3379 【模板】最近公共祖先(LCA)题解
The latest real software test interview questions are shared. Are you afraid that you will not be able to enter the big factory after collecting them?
我们来浅谈代码语言的魅力
智能电视竞争白热化,利用小程序共建生态突围
基于STM32的FLASH读写实验含代码(HAL库)
centos7安装mysql8
在软件测试行业近20年的我,再来和大家谈谈今日的软件测试
redis的学习笔记
随机推荐
I have been in the software testing industry for nearly 20 years, let me talk to you about today's software testing
CTF命令执行题目解题思路
MYSQL查看表结构
js基础知识整理之 —— Math
today‘s task
TCP三次握手与四次挥手
mPEG-Cholesterol,mPEG-CLS,甲氧基-聚乙二醇-胆固醇可用于脂质体制备
Jmeter二次开发实现rsa加密
APT level comprehensive free kill with Shell
最近公共祖先(LCA)学习笔记 | P3379 【模板】最近公共祖先(LCA)题解
markdown语法
停止使用 Storyboards 和 Interface Builder
msys2下载地址
Merge two excel spreadsheet tools
# DWD层及DIM层构建## ,220801 ,
airflow db init 报错
Towards a General Purpose CNN for Long Range Dependencies in ND
mysql查询表中重复记录
思源笔记 本地存储无使用第三方同步盘,突然打不开文件。
Jmeter secondary development to realize rsa encryption