当前位置:网站首页>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
- PGSQL database to realize the import and export
- ESP8266模块使用完整教程「建议收藏」
- svg balloon rises explosion js special effect
- js semi-circle loading progress animation js special effects
- 最小割和对偶图(未完成)
- Seata分布式事务
- 智能手表前景如何?
- Pod Scheduling Strategy: Affinity, Stain and Stain Tolerance
- 图论之Floyd,多源图最短路如何暴力美学?
猜你喜欢
随机推荐
js true 3d histogram plugin
冰箱“扩容”的战事,在今夏格外猛烈
ssm access database data error
Good shooting js game source code
如何更好评估信用贷风险?看这场评分卡模型直播就可以了
国产 GPU 创业潮 喧嚣下的资本游戏
selenium chrome driver运行时的cannot determine loading status from target frame detached问题
SQL Server 2019安装错误0x80004005 服务没有及时响应启动或控制请求详细解决方法
30行代码实现无服务器实时健康码识别--操作手册
OpenFeign设置header的3种方式
RESTful 风格(详细介绍 + 案例实现)
ESP8266模块使用完整教程「建议收藏」
Openlayers Quick Start Tutorial
php - the first of three solid foundations
Hand rolled architecture, 41 Redis interview asked
svg气球升起爆炸js特效
String concatenation in SQL
智能手表前景如何?
工厂方法模式
水平垂直居中方式