Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
oracle_goldengate_bigdata_install_config [2020/11/11 12:02] – 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 20: | Line 20: | ||
..................................... | ..................................... | ||
</ | </ | ||
+ | =====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: | ||
- | =====Configuration===== | + | < |
+ | GGSCI (edvmr1p0) 10> info all | ||
- | < | + | Program |
- | [oracle@edvmr1p0 oggtrg]$ ggsci | + | |
- | Oracle GoldenGate Command Interpreter | + | MANAGER |
- | Version 12.2.0.1.160823 OGGCORE_OGGADP.12.2.0.1.0_PLATFORMS_161019.1437 | + | EXTRACT |
- | Linux, x64, 64bit (optimized), | + | EXTRACT |
- | Operating system character set identified as UTF-8. | + | |
- | Copyright (C) 1995, 2016, Oracle and/or its affiliates. All rights reserved. | ||
+ | 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) 1> create subdirs | ||
- | Creating subdirectories under current directory / | ||
- | Parameter files / | + | GGSCI (edvmr1p0) 12> view param DPUMP |
- | Report files / | + | |
- | Checkpoint files / | + | |
- | Process status files / | + | |
- | SQL script files / | + | |
- | Database definitions files / | + | |
- | Extract data files / | + | |
- | Temporary files / | + | |
- | Credential store files / | + | |
- | Masterkey wallet files / | + | |
- | Dump files / | + | |
+ | Extract dpump | ||
+ | SETENV (ORACLE_SID=' | ||
+ | SETENV (ORACLE_HOME='/ | ||
+ | UserIdAlias oggadmin | ||
+ | rmthost remotehost, mgrport 7909 | ||
+ | rmttrail ./dirdat/dp | ||
+ | Table oggsrc.*; | ||
- | GGSCI (edvmr1p0) 2> edit param mgr | ||
+ | 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.*; | ||
+ | </ | ||
- | GGSCI (edvmr1p0) 3> start mgr | + | < |
- | Manager started. | + | start mgr |
- | + | dblogin useridalias oggadmin | |
- | + | register extract priex database | |
- | GGSCI (edvmr1p0) 4> info all | + | add extract priex, integrated tranlog, begin now |
- | + | add exttrail | |
- | Program | + | add extract dpump, exttrailsource ./dirdat/in |
- | + | add rmttrail ./dirdat/dp, extract dpump, megabytes 10 | |
- | MANAGER | + | start priex |
- | + | start dpump | |
- | + | ||
- | GGSCI (edvmr1p0) 5> view param mgr | + | |
- | + | ||
- | Port 7909 | + | |
- | DynamicPortList 20100-20199 | + | |
- | PurgeOldExtracts | + | |
- | Autostart Replicat R* | + | |
- | AUTORESTART Replicat *, WaitMinutes 1, Retries 3 | + | |
</ | </ |