Prepare Database Connection
Learn about configuring database connection, system, and parameter settings for Oracle GoldenGate for SQL Server.
Oracle GoldenGate for SQL Server connects to SQL Server databases using a pre-packaged ODBC driver. Connections can be established using a Data Source Name (DSN) or using a direct connection and supplying the database server host, port, database, and other information.
Using DSN connections requires connection details to be listed in an
odbc.ini
file, while using direct entries are
entered manually when adding a database connection to the Administration
Service's web interface or through the Admin Client.
Creating a Database Connection on Linux
Ensure that you have installed a supported version of the Microsoft ODBC driver by following the instructions under unresolvable-reference.html#GUID-4CD9511F-F3FC-4A23-8568-6EB9CF0855D0.
After the ODBC driver is installed, follow the example below to create an ODBC DSN for Linux:
Configure a DSN Connection in Windows
Before creating a database connection for Oracle GoldenGate processes running on Windows, install the latest version of Microsoft ODBC Driver 18 for SQL Server.
Follow these steps to create a system DSN on the Windows server where Oracle GoldenGate is installed.
To create a SQL Server DSN:
Connecting to the Listener of a SQL Server Always On Configuration
Extract and Replicat can connect to the listener of an Always On configuration or directly to the current primary replica of the group.
The advantage of creating the connection to the listener is that Extract or Replicat can reconnect to the new primary replica upon failover without having to reconfigure the connection string to the new primary.
An Extract can also be configured to route its read-only queries to an available readable, synchronous mode secondary replica. By default, if Extract connects to a listener, all processing will be done against the primary replica, but if an Extract is configured with the TRANLOGOPTIONS ALWAYSONREADONLYROUTING
parameter, its read-only queries are routed by the listener to an available readable secondary replica.
See TRANLOGOPTIONS and Requirements Summary for Capture and Delivery of Databases in an Always On Availability Group for more information.
If creating the DSN to connect to a Listener of an Always On configuration, enable
the Multi-subnet failover option when creating a DSN. For Linux DSN connections, use the
MultiSubnetFailover=Yes
option in the DSN entry.