当前位置:网站首页>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');边栏推荐
- ThinkPHP 5.1反序列化分析和poc
- 设置代理服务器(谷歌+IE)「建议收藏」
- Article 48 - Analysis of timestamp2 parameters【2022-08-01】
- photo-sphere-viewer中文文档
- Object.entries()
- Introduction to Scala Basic Syntax (3) Various Operators in Scala
- SQL Server database generation and execution of SQL scripts
- Detailed explanation of network flow (what information can the flow network diagram generally reflect)
- Oracle update误操作单表回滚
- How to implement waterfall flow layout (what is waterfall flow layout)
猜你喜欢
随机推荐
The 7 most commonly used data analysis thinking, solve 95% of the analysis problems
ssm access database data error
Scala基础语法入门(三)Scala中的各种运算符
吾爱第三课-修改版权和资源
PGSQL database to realize the import and export
新特性解读 | MySQL 8.0 GIPK 不可见主键
SQL Server如何建表
Ribbon负载均衡的深度分析和使用
图神经网络(GNN)的简介「建议收藏」
php——三篇夯实根基第一篇
liunx基础命令讲解
智能手表前景如何?
UAC绕过学习-总结
Object.entries()
Basic protocol explanation
Introduction to Graph Neural Networks (GNN) "Recommended Collection"
网络流详解(流网图一般能够反映什么信息)
自动生成代码器推荐-code-gen
[b01lers2020]Welcome to Earth-1
uniapp/小程序 onload方法每次打开页面都执行解读





![#Summer Challenge#[FFH] OpenHarmony Device Development Foundation (3) Compilation Dependencies](/img/bd/22b83e1118a4522f8cb6523fd16043.png)



