GoldenGate安装

 mkdir /u01/app/oracle/product/gg

export GG_HOME=/u01/app/oracle/product/gg

export NLS_LANG="SIMPLIFIED CHINESE_CHINA.AL32UTF8"

 

 

 

mkdir /u01/soft

unzip V983658-01.zip -d /u01/soft/

 

cd /u01/soft/fbo_ggs_Linux_x64_shiphome/Disk1/ 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

create user c##gguser identified by aabb1234 default tablespace users

temporary tablespace TEMP container=all;

grant DBA to c##gguser container=all;

 

 exec dbms_goldengate_auth.grant_admin_privilege('c##gguser') ;

 

 

create user gguser identified by aabb1234

default tablespace gg  temporary tablespace TEMP;

grant connect,resource to gguser;

alter user gguser quota unlimited on gg;

 

ALTER SESSION SET CONTAINER=cdb$root;

select supplemental_log_data_min,force_logging from v$database;

alter database force logging;

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

 

ALTER SYSTEM SWITCH LOGFILE; 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值