输入banner图图片脚本导航/分类

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
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');