Other Oracle GoldenGate Parameters for MySQL
The following parameters may be of use in MySQL installations, and might be required if non-default settings are used for the MySQL database. Other Oracle GoldenGate parameters will be required in addition to these, depending on your intended business use and configuration.
Parameter | Description |
---|---|
|
Required to specify to the VAM the TCP/IP connection port number of the MySQL instance to which an Oracle GoldenGate process must connect if MySQL is not running on the default of 3306. DBOPTIONS CONNECTIONPORT 3307 |
|
Specifies the DNS name or IP address of the system hosting MySQL to which Replicat must connect. |
|
Prevents Replicat from abending when replicated LOB data is too large for a target MySQL |
|
Specifies database connection information consisting of the database, user name and password to use by an Oracle GoldenGate process that connects to a MySQL database. If MySQL is not running on the default port of 3306, you must specify a complete connection string that includes the port number:
If you are not running the MySQL database on port 3306, you must also specify the connection port of the MySQL database in the DBLOGIN SOURCEDB dbname@hostname:port, USERID user, PASSWORD password For example: GGSCI> DBLOGIN SOURCEDB mydb@mymachine:3307, USERID myuser, PASSWORD mypassword |
|
To enable Replicat to bypass the MySQL connection timeout, configure the following command in a
Where: |
Global
variable |
For heartbeattable to work in MySQL 5.7 , MySQL global variable
These values must be removed by issuing the following
command:
|