goldengate进程源库交换到目标库完整配置

本文详细介绍了如何使用Oracle GoldenGate(OGG)版本12.2.0.1进行数据库A到B的源库数据交换。步骤包括创建专用用户、配置源端和目标端数据库、设置OGG进程以及详细配置源库和目标库的抽取、投递和入库进程。通过这一系列操作,实现了DB_SJ.T_DWJCXX和DB_SJ.T_DWTSMX表从A库到B库的完整数据交换。
摘要由CSDN通过智能技术生成

背景:
A库交换到B库。
goldengate简称OGG。
版本12.2.0.1

A库是首次安装OGG。
B库已有正常运行的OGG。

需求:
以下2个表从A库交换到B库
源表 目标表
DB_SJ.T_DWJCXX – DB_JH.T_DWJCXX;
DB_SJ.T_DWTSMX – DB_JH.T_DWTSMX;

-----------------------以下为实施过程-----------------

1-为A库部署OGG建立专用用户
GGT和db_sjjhpt。GGT主要用于OGG的数据交换、db_sjjhpt用于外部的监控和稽核。
– Create the user
create user GGT
identified by “****”
default tablespace TBS_SJJH_OGG
temporary tablespace TEMP_SJJH_OGG;
– Grant/Revoke role privileges
grant connect to GGT;
grant resource to GGT;
grant select_catalog_role to GGT;
grant dba to GGT;
– Grant/Revoke system privileges
grant alter any index to GGT;
grant alter any table to GGT;
grant alter session to GGT;
grant comment any table to GGT;
grant create any index to GGT;
grant create any table to GGT;
grant create database link to GGT;
grant create session to GGT;
grant delete any table to GGT;
grant drop any index to GGT;
grant drop any table to GGT;
grant flashback any table to GGT;
grant insert any table to GGT;
grant select any dictionary to GGT;
grant select any table to GGT;
grant select any transaction to GGT;
grant unlimited tablespace to GGT;
grant update any table to GGT;

– Create the user
create user db_sjjhpt
identified by “****”
default tablespace TBS_SJJH_OGG
temporary tablespace TEMP_SJJH_OGG;
– Grant/Revoke object privileges
grant select on GGT.T_OGG_MN_STATUS to DB_SJJHPT;
– Grant/Revoke role privileges
grant connect to DB_SJJHPT;
grant resource to DB_SJJHPT;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值