Prerequisites for Installing Oracle GoldenGate for Db2 z/Os

Learn the prerequisites for installing Oracle GoldenGate for a Db2 z/OS database.

Choose an Operating System for Installing Oracle GoldenGate for Db2 z/OS Remote Capture and Delivery

Oracle GoldenGate for Db2 z/OS operates remotely on zLinux, AIX or Intel Linux systems. To capture data, a component must be installed on the Db2 z/OS system before installing Oracle GoldenGate. This component contains the Db2 instance to allow Oracle GoldenGate to read the Db2 log data.

To install Oracle GoldenGate on a remote zLinux, AIX or Linux system, choose from the following options to connect to Db2 z/OS:

Consider the following:

Using the Remote Delivery to the Db2 z/OS using DB2Connect

  1. For the intermediary system, select any platform that Oracle GoldenGate supports for the Db2 for LUW database. This is the system on which Oracle GoldenGate is installed.

  2. Install and run Db2 z/OS on the selected remote system so that the Replicat process can use the supplied DB2Connect driver.

  3. Catalog the Db2 target node in the Db2 z/OS database on the remote system by using the following Db2 command:

    catalog tcpip node *db2_node_name* remote *DNS_name* server *DB2_port-number*
  4. Add the target Db2 database to the Db2 z/OS catalog on the intermediary system by using the following Db2 command:

    catalog db *database_name* as *database_alias* at node *db_node_name*

See the IBM Db2 z/OS documentation for more information about these commands.