当前位置:网站首页>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');
边栏推荐
- Four seasons of trees realized by svg
- MyCat2 introduction and installation and basic use
- Basic protocol explanation
- svg balloon rises explosion js special effect
- np.nan, np.isnan, None, pd.isnull, pd.isna finishing and summary
- Custom mvc framework review
- numpy&pands 中的unique
- Openlayers 快速上手教程
- photo-sphere-viewer Chinese documentation
- FreeRTOS--栈实验
猜你喜欢
How to better assess credit risk?Just watch this scorecard model live
SQL Server 2014 installation tutorial (nanny-level graphic tutorial)
FreeRTOS创建任务--动态创建、静态创建
SQL Server修改数据
php - the first of three solid foundations
FreeRTOS--stack experiment
3 ways for OpenFeign to set headers
SQL Server 2019 installation error 0 x80004005 service there is no timely response to the start or control request a detailed solution
用位运算为你的程序加速
手撸架构,Mysql 面试126问
随机推荐
FreeRTOS--stack experiment
Js scratchable latex style draw plug-in
MD5 detailed explanation (check file integrity)
手撸架构,Mysql 面试126问
svg balloon rises explosion js special effect
PHP+MYSQL [Student Information Management System] (Minimalist Edition)
1.3快速生成树协议RSTP
js九宫格样式抽奖插件
30行代码实现无服务器实时健康码识别--操作手册
php字符串的截取方式
无线振弦采集仪远程修改参数方式
机器人碰撞检测方法形式化
SQL Server 2014安装教程(保姆级图解教程)
Process finished with exit code 1
simulink PID自动整定
ssm访问数据库数据报错
LeetCode_139_单词拆分
php——三篇夯实根基第一篇
不错的射击类js小游戏源码
Data Lake (2): What is Hudi