假如自己在某个时刻删除了表的信息,下列语句可以回复都该表某个时刻的数据
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2018-03-12 18:47:35',' yyyy-mm-dd hh24:mi:ss')
假如自己在某个时刻删除了表的信息,下列语句可以回复都该表某个时刻的数据
alter table 表名 enable row movement
flashback table 表名 to timestamp to_timestamp('2018-03-12 18:47:35',' yyyy-mm-dd hh24:mi:ss')
本文标题:oracle恢复数据
本文链接:https://www.haomeiwen.com/subject/vvfrtrtx.html
网友评论