oracl恢复方法,可以恢复900秒内的删除操作:
1、开启表的移动功能
alter table frmrolefunction enable row movement
/
2、恢复表frmrolefunction到’2015-08-13 08:10:30’
flashback table frmrolefunction to timestamp
to_timestamp(‘2015-08-13 08:10:30’,‘yyyy-mm-dd hh24:mi:ss’)
/
oracl恢复方法,可以恢复900秒内的删除操作:
1、开启表的移动功能
alter table frmrolefunction enable row movement
/
2、恢复表frmrolefunction到’2015-08-13 08:10:30’
flashback table frmrolefunction to timestamp
to_timestamp(‘2015-08-13 08:10:30’,‘yyyy-mm-dd hh24:mi:ss’)
/