当前位置:网站首页>Oracle update error operation single table rollback
Oracle update error operation single table rollback
2022-08-02 13:01:00 【write whatever,】
When updating, the parameter field name is wrongly written, resulting in a form error. The following methods can be used to restore the table
1. Query the table before the wrong operation
select * from table_name as of timestamp to_timestamp('2022-07-26 17:20:00', 'yyyy-mm-dd hh24:mi:ss');
2. Turn on the flashback function
alter table table_name enable row movement;
3. Rollback table
flashback table table_name to timestamp to_timestamp('2022-07-26 17:20:51','yyyy-mm-dd hh24:mi:ss');
边栏推荐
猜你喜欢
随机推荐
设置代理服务器(谷歌+IE)「建议收藏」
Openlayers Quick Start Tutorial
Name conventions in FreeRTOS
php - the first of three solid foundations
Taurus.MVC V3.0.3 Microservice Open Source Framework Released: Make the evolution of .NET architecture easier in large concurrency.
Openlayers 快速上手教程
SQL Server2019安装步骤及脱机安装Microsoft机器学习组件下一步不能继续的问题
你知道图论的spfa吗?
LeetCode_377_Combination Sum IV
js九宫格样式抽奖插件
How to better assess credit risk?Just watch this scorecard model live
FreeRTOS实验--一个函数创建多个任务
Pod Scheduling Strategy: Affinity, Stain and Stain Tolerance
String concatenation in SQL
TFRecord简介,原理分析,代码实现?[通俗易懂]
js stopwatch countdown plugin
最小割和对偶图(未完成)
Taurus.MVC V3.0.3 微服务开源框架发布:让.NET 架构在大并发的演进过程更简单。
uniapp/小程序 onload方法每次打开页面都执行解读
wx-wow(微信小程序动效库)