天堂的狼

更好的生活,来自不懈的努力与拼搏,不要仅仅看中结果,拼搏的过程同样是精彩的!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

2008年1月11日

摘要: 一、建立快照日志 create snapshot log on full_information; 二、建立数据库链 Create database link link_TSZX Connect to wll identified by wll using 'intszx'; 三、验证 select *from full_information@link_tszx; 四、建立快照: create snapshot full_information as select *from full_information@link_tszx; 五、建立刷新: Alter snapshot full_information refresh fast Start with sysdate+1/1440 next sysdate+1/144; 阅读全文
posted @ 2008-01-11 09:57 天堂的狼 阅读(1403) 评论(0) 推荐(0) 编辑