网站建设公司怎么找客户,百度百家自媒体平台注册,沈阳论坛建站模板,中铁建设集团门户网登录官网查询本身这两个其实没有关联性
事情的起因是由于一个误操作,本来update where idxxxx,结果where没带变成了全表更新,且提交了。但凡出现这种情况,操作人员一旦意识到了,不慌是不可能的。得知数据库是Oracle,那…
本身这两个其实没有关联性
事情的起因是由于一个误操作,本来update where id=xxxx,结果where没带变成了全表更新,且提交了。
但凡出现这种情况,操作人员一旦意识到了,不慌是不可能的。
得知数据库是Oracle,那么还有机会。
create table bak as select * from of timestamp to_timestamp (‘2015040216’,‘yyyymmddhh24’);(时间结合实际)
查看ogg错误日志 -2025-06-03T14:41:43.207+0800 ERROR OGG-00519 Oracle GoldenGate Delivery for Oracle, refss.prm: Fatal error executing DDL replication: error [Error code [1555], ORA-01555: snapshot too old: rollback segment number 17 with name “_SYSSMU17_4119394354$” too small ], no error handler present.
出错的原因竟然是ORA-01555: snapshot too old: 快照过旧。这是查询SQL才出现的报错。那么联想到刚才的动作就想通了。