这不是真正的恢复,只是查询出某个表某个时间节点上的数据:
select * from test1 as of timestamp to_timestamp('2014-11-11 14:57:32','YYYY-MM-DD hh24:mi:ss') where 1=1;