码迷,mamicode.com
首页 > 其他好文 > 详细

ogg add extract process

时间:2016-01-14 19:25:04      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:ogg extract

In the standared oracle goldengate confiugration, one Extract group sends captured data over TCP/IP to a trail on the target system, where it is stored until processed by one Replicat group.

illustrate as :

技术分享技术分享

Source system

Configure the Extract group

On source system, use the ADD EXTRACT command to create an Extract group.

For example:

ADD EXTRACT ext, {TRANLOG | INTEGRATED TRANLOG}, BEGIN <time> [ , THREADS <n>]

On the source, use the ADD RMTTRAIL command to specify a remote trail to be created on the target system

ADD RMTTRAIL <remote_trail>, EXTRACT ext

On the source, use the  EDIT PARAMS command to create a parameter file for the Extract group, include the following parameters plus any others that apply to your database environment.

EXAMPLE:

--identify the extract group:

EXTRACT ext

--Specify database login information as need for the database

[SOURCEDB <dsn_1>] [ ,USERID <user> [ , PASSWORD <pw> [<encryption options>]]

--Specify the name or IP address of the target system adn  optional encryption arcoss tcp/ip

RMTHOST <target>, MGRPORT <portnumber>, ENCRYPT <encryption options>

--Specify the remote trail and encryption options on the target system:

ENCRYPTTRAIL [<encrption options>]

RMTTRAIL <remote_trail>

--Specilfy tables to be captured:

TABLE  <owner>.<table>;


本文出自 “DBA的天空” 博客,请务必保留此出处http://kevinora.blog.51cto.com/9406404/1734987

ogg add extract process

标签:ogg extract

原文地址:http://kevinora.blog.51cto.com/9406404/1734987

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!