Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
oracle_goldengate_bigdata_install_config [2020/11/11 11:57] – created andonovj | oracle_goldengate_bigdata_install_config [2020/11/22 15:10] (current) – andonovj | ||
---|---|---|---|
Line 2: | Line 2: | ||
Oracle Golden gate for Big data is a separate software than the standard Oracle Golden Gate, so you need to download it from the edelivery or the oracle site. | Oracle Golden gate for Big data is a separate software than the standard Oracle Golden Gate, so you need to download it from the edelivery or the oracle site. | ||
+ | {{: | ||
=====Installation===== | =====Installation===== | ||
Line 19: | Line 19: | ||
AdapterExamples/ | AdapterExamples/ | ||
..................................... | ..................................... | ||
+ | </ | ||
+ | =====Configure Source===== | ||
+ | The source is standard Oracle Golen Gate 12c and it just extract from a schema: oggsrc and send data to the replicat in a normal / standard way: | ||
+ | |||
+ | < | ||
+ | GGSCI (edvmr1p0) 10> info all | ||
+ | |||
+ | Program | ||
+ | |||
+ | MANAGER | ||
+ | EXTRACT | ||
+ | EXTRACT | ||
+ | |||
+ | |||
+ | GGSCI (edvmr1p0) 11> view param mgr | ||
+ | |||
+ | PORT 7809 | ||
+ | DynamicPortList 20000-20099 | ||
+ | ACCESSRULE, PROG SERVER, ALLOW | ||
+ | PurgeOldExtracts ./dirdat/*, UseCheckPoints, | ||
+ | Autostart Extract * | ||
+ | AUTORESTART Extract *, WaitMinutes 1, Retries 3 | ||
+ | |||
+ | |||
+ | |||
+ | GGSCI (edvmr1p0) 12> view param DPUMP | ||
+ | |||
+ | Extract dpump | ||
+ | SETENV (ORACLE_SID=' | ||
+ | SETENV (ORACLE_HOME='/ | ||
+ | UserIdAlias oggadmin | ||
+ | rmthost remotehost, mgrport 7909 | ||
+ | rmttrail ./dirdat/dp | ||
+ | Table oggsrc.*; | ||
+ | |||
+ | |||
+ | GGSCI (edvmr1p0) 13> view param PRIEX | ||
+ | |||
+ | Extract priex | ||
+ | SETENV (ORACLE_SID=' | ||
+ | SETENV (ORACLE_HOME='/ | ||
+ | UserIdAlias oggadmin | ||
+ | TranlogOptions IntegratedParams (max_sga_size 256) | ||
+ | Exttrail ./dirdat/in | ||
+ | LOGALLSUPCOLS | ||
+ | UPDATERECORDFORMAT COMPACT | ||
+ | GETUPDATEBEFORES | ||
+ | Table oggsrc.*; | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | start mgr | ||
+ | dblogin useridalias oggadmin | ||
+ | register extract priex database | ||
+ | add extract priex, integrated tranlog, begin now | ||
+ | add exttrail ./ | ||
+ | add extract dpump, exttrailsource ./dirdat/in | ||
+ | add rmttrail ./ | ||
+ | start priex | ||
+ | start dpump | ||
</ | </ |