• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

Oracle数据库10gR2中stream多源复制方法

发布: 2008-10-10 10:23 | 作者: 不详 | 来源: 测试时代采编 | 查看: 95次 | 进入软件测试论坛讨论

领测软件测试网
关键字:Oracle 10gR2中stream 复制

  在10gR2中,oracle简化了stream的配置的全过程,在9iR2及10gR1中,需要针对stream的捕获、传播、应用进程进行配置的步骤

 

  已经被dbms_streams_adm新提供的过程(pre_instantiation_setup/post_instantiation_setup)给封装起来啦,

 

  配置stream只需要调用两个存储过程就可以搞定啦,真是太激动人心啦,下面简单地介绍一下

dbms_streams_adm的新过程的用法。

 

  1.在stream进行配置前,需要做些准备工作

 

  a 源库与目标库初始化参数的设置

  alter system set aq_tm_processes=4 scope=spfile;

  alter system set job_queue_processes=5 scope=spfile;

  alter system set global_names=true scope=spfile;

  alter system set streams_pool_size=51m scope=spfile;

  说明streams_pool_size在生产环境中最好>200m

  b 源库与目标库tnsnames.ora配置

  确保正确,可用tnsping通

  c 源库与目标库复制管理员的创建

  create user strmadmin identified by strmadminpw

  default tablespace &tbs_name quota unlimited on &tbs_name;

  grant connect, resource, dba to strmadmin;

  d 源库与目标库创建互连的数据链

  connect strmadmin/strmadminpw@test96;

  create database link test99.net connect to strmadmin

  identified by strmadminpw using 'test99';

  connect strmadmin/strmadminpw@test99;

  create database link test96.net connect to strmadmin

  identified by strmadminpw using 'test96';

  说明:必须确保双方的数据库链是可以连通.

  用pre_instantiation_setup/post_instantiation_setup过程时

  db link必须用db_name.domain的格式

  e 源库与目标库必须处于归档模式

  shutdown immediate;

  startup mount;

  alter database archivelog;

  alter database open;

 

  2.执行pre_instantiation_setup过程

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

TAG: oracle ORACLE Oracle 数据库 stream


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网