oracle 快照

时间:2014-07-03 06:01:27   收藏:0   阅读:212
select count(*) from atzserreportb

drop snapshot atzserreportb

Create snapshot atzserreportb as select * from atzserreportb@ORCL_Online;

Alter snapshot atzserreportb  refresh fast Start with sysdate+1/(24*60) next sysdate+10/(24*60); 

SELECT NAME,LAST_REFRESH FROM ALL_SNAPSHOT_REFRESH_TIMES;

select last_date,next_date,what from user_jobs order by next_date;

  create public database link 链路名  connect to 用户 identified by 口令 using ‘连接字符串‘;

oracle 快照,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!