保捱科技网
您的当前位置:首页oracle表数据的闪回

oracle表数据的闪回

来源:保捱科技网


oracle有时数据误删除提交后恢复,前提是有时间副本 Oracle alter table CO_CONTRACT_INPUT enable row movement; flashback table CO_CONTRACT_INPUT to timestamp to_timestamp ('2015-10-10 19:12:20','yyyy-mm-dd hh24:mi:ss');

oracle有时数据误删除提交后恢复,前提是有时间副本 Oracle $velocityCount-->
alter table CO_CONTRACT_INPUT enable row movement; 

flashback table CO_CONTRACT_INPUT 
to timestamp to_timestamp ('2015-10-10 19:12:20','yyyy-mm-dd hh24:mi:ss'); 

显示全文