Configuring a Database Connection
Oracle GoldenGate connects to a PostgreSQL database through an ODBC (Open Database Connectivity) driver and requires a system Data Source Name (DSN) be created with the correct database connection details for each source and target PostgreSQL database.
This section contains instructions for setting up the DSN connections that Extract and Replicat will use.
Ensure that you have installed and configured the driver prior to creating a DSN, by following the Installing the DataDirect driver for PostgreSQL instructions.
Note:
Do not usePgBouncer
setup for Extract connections to the PostgreSQL
database because PgBouncer
does not understand the replication
protocol, because of which the Extract connection is not identified as replication
connection.