当前位置:网站首页>Oracle update误操作单表回滚
Oracle update误操作单表回滚
2022-08-02 12:49:00 【随便写写、】
update时,参数字段名称写错,导致表单错误,可以采用以下方法恢复
1、查询误操作之前的表
select * from table_name as of timestamp to_timestamp('2022-07-26 17:20:00', 'yyyy-mm-dd hh24:mi:ss');
2、开启闪回功能
alter table table_name enable row movement;
3、回滚表
flashback table table_name to timestamp to_timestamp('2022-07-26 17:20:51','yyyy-mm-dd hh24:mi:ss');
边栏推荐
猜你喜欢

LeetCode_139_word split

【第六届强网杯CTF-Wp】

手撸架构,MongDB 面试50问

工厂方法模式

js cool dashboard plugin

np.nan, np.isnan, None, pd.isnull, pd.isna 整理与小结

Import and export data of SQL Server database

An example of type3 voltage loop compensator taking Boost as an example

Taurus.MVC V3.0.3 微服务开源框架发布:让.NET 架构在大并发的演进过程更简单。

#夏日挑战赛#【FFH】OpenHarmony设备开发基础(三)编译依赖
随机推荐
pytorch model to tensorflow model
svg balloon rises explosion js special effect
ssm访问数据库数据报错
Pod Scheduling Strategy: Affinity, Stain and Stain Tolerance
三种实现分布式锁的方式
Basic operations of openGauss database (super detailed)
企业用直播平台能实现什么
sql concat()函数
路由-嵌套路由
#Summer Challenge#[FFH] OpenHarmony Device Development Foundation (3) Compilation Dependencies
svg实现的树木四季变化
Taurus.MVC V3.0.3 微服务开源框架发布:让.NET 架构在大并发的演进过程更简单。
Intouch System Platform IDE-1
SQL Server2019安装步骤及脱机安装Microsoft机器学习组件下一步不能继续的问题
第十四章 手动创建 REST 服务(二)
手撸架构,MongDB 面试50问
麻烦问一下,对mysql 场景注入故障,是不是不是对mysql server 端注入故障,只是对ja
Manual architecture, Mysql interview 126 questions
Technology sharing | Description of the electronic fence function in the integrated dispatching system
Hand rolled architecture, 41 Redis interview asked