Add a Replicat for Microsoft SQL Server
JavaScript must be enabled to correctly display this content
Add a Replicat for Microsoft SQL Server
Learn to add and configure a Replicat
process for SQL Server targets, such as Microsoft SQL Server , Azure SQL Managed Instance , Azure SQL Database , Amazon RDS for SQL Server , and Google Cloud SQL for SQL Server .
Add a Replicat
(26ai)
Before you begin Ensure that you add a Checkpoint table for the Replicat to restart without recapturing reapplying
transactions should a discruption occur.
In the OCI GoldenGate deployment console , expand DB Connections, and select
your target database.
Click Add Checkpoint (plus
icon).
For Checkpoint Table, enter the target
schema name, and then click Submit .
To add a Replicat for Microsoft SQL Server in
GoldenGate 26ai:
In the deployment console navigation menu, click Replicats .
On the Replicats page, click Add Replicat (plus icon).
The Add Replicat form consists of four pages. Complete the form
as needed:
On the Replicat Information page:
Select a Replicat type :
Classic Replicat
Coordinated Replicat
Parallel Replicat
Click Next .
On the Replicat Options page:
Enter the Replicat trail details:
Name (can only be two characters)
Subdirectory
Select the Target Credentials:
Domain
Alias
Checkpoint Table
(Optional) When to Begin
Enter the Trail Position Sequence Number and RBA
Offset .
Click Next .
On the Managed Options page, complete the optional fields as needed:
Select a Profile Name .
Enable Critical to deployment health .
Enable Auto Start .
Enable Auto Restart .
Click Next .
On the Parameter File page, you can configure how the Replicat maps the source and target tables. For example:
MAP table.*, TARGET table.*;
Click Create and Run to start the Replicat . If you click
Create, you can manually start the Replicat later on the Replicats page.
You return to the Replicats page, where
you can select the Replicat to view its details.
Add a Replicat
(21c )
Before you add a Replicat, create a checkpoint table to ensure the Replicat can
restart without reapplying transactions should a disruption occur.
In the OCI GoldenGate deployment console navigation menu, click
Configuration .
On the Database tab, click the database connect icon for the target
database.
Click Add Checkpoint (plus icon).
For Checkpoint Table, enter the target schema name, and then click
Submit .
To add a Replicat for Microsoft SQL Server :
In the OCI GoldenGate deployment console , on the Administration Service Overview page, click
Add Replicat (plus icon).
On the Add Replicat page, select a Replicat type, and then click
Next .
On the Replicat Options page, complete the following fields, and
then click Next :
For Process Name , enter a name for the Replicat
process.
(Optional) For Description , enter a brief description to
distinguish this Replicat from others.
For Intent , select the Replicat's purpose:
High Availability
Disaster Recovery
Unidirectional (default)
N-Way
For Credential Domain and Credential
Alias , select the target database domain and alias, or create a new
credential.
For Source , select the source of data to process, either
Trail or File .
If the source is Trail, then for Trail Name , enter the name
of the Extract trail.
If the source is Trail and you expect the trail file to be in a location other than
the default, then enter the location for Trail
Subdirectory .
For Begin , select the starting point for data
processing:
Position in Log
Now
Custom Time
For Transaction Log Sequence Number , leave the default value
or enter a transaction log sequence number.
For Trail RBA Offset , leave the default value or
enter a trail offset.
For Checkpoint Table , leave the default selection or select
the checkpoint table you created for the target deployment.
Click Next .
For Parameter File , you can add parameters to further
configure the Replicat process.
Note:
GoldenGate uses Greenwich Mean Time (GMT) by default. Use SETENV to
override the default setting. For
example:
setenv (TZ="US/Eastern")
setenv (TZ="GMT+5")Learn more about SETENV .
Click Create and Run . If you click
Create , then you can manually start the Replicat later from the
Administration Service Overview page.
You return to the Administration Service Overview page where
you can view the creation of the Replicat process and access Replicat Actions.