Configuring Oracle GoldenGate Replicat
This section highlights the basic Replicat parameters that are required for most target database types. Additional parameters may be required, see the Oracle GoldenGate installation and configuration documentation for your target database and the Reference for Oracle GoldenGate.
Perform these steps on the target replication server or target database system.
Example 3-2 Parameters for the Replicat Group
-- Identify the Replicat group: REPLICAT rep -- Specify database login information as needed for the database: [TARGETDB target_dsn_name,] [USERID user id[, PASSWORD pw]] -- Specify tables for delivery: MAP owner.source_table, TARGET owner.target_table;