当前位置:网站首页>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');
边栏推荐
- Data Lake (2): What is Hudi
- UAC绕过学习-总结
- Seata分布式事务
- ssm访问数据库数据报错
- PHP伪协议详解
- Custom mvc framework review
- How to better assess credit risk?Just watch this scorecard model live
- js九宫格样式抽奖插件
- Taurus.MVC V3.0.3 microservice open source framework released: Make the evolution of .NET architecture easier in large concurrency.
- RESTful style (detailed introduction + case implementation)
猜你喜欢
pig4cloud服务架构使用
ssm access database data error
FreeRTOS--优先级实验
A powerful js pop-up alert plugin
Intouch Historian历史曲线配置导入导出
Distributed current limiting, hand & redisson implementation
Openlayers Quick Start Tutorial
Data Lake (2): What is Hudi
ThinkPHP 5.1反序列化分析和poc
js semi-circle loading progress animation js special effects
随机推荐
How to implement waterfall flow layout (what is waterfall flow layout)
Scala基础语法入门(三)Scala中的各种运算符
Data Lake (3): Hudi Concept Terminology
GCC版本升级到指定版本
Intouch System Platform IDE-1
pgsql数据库实现导入导出
Distributed current limiting, hand & redisson implementation
Hand rolled architecture, 41 Redis interview asked
There are several ways to jump to js source code, jump on the current page, jump on the blank page
This binding to detailed answers
The 7 most commonly used data analysis thinking, solve 95% of the analysis problems
节省50%成本!京东云重磅发布新一代混合CDN产品
Pod Scheduling Strategy: Affinity, Stain and Stain Tolerance
wx-wow(微信小程序动效库)
Object.entries()
A powerful js pop-up alert plugin
FreeRTOS创建任务--动态创建、静态创建
瀑布流式布局怎么实现(什么是瀑布流布局)
Interpretation of new features | MySQL 8.0 GIPK invisible primary key
How to use the database like tap water?|Tencent Cloud Database TDSQL-C