Google Cloud SQL for SQL Server
-
Create a dedicated login for Oracle GoldenGate Google Cloud SQL for SQL Server. The user must be created from within the Users section of the Google Cloud dashboard for the database instance.
-
Add the user to the source or target database.
-
Create a schema in the source or target database, to be used for objects required for Oracle GoldenGate. This schema should map to the
GGSCHEMA
value used in theGLOBALS
parameter file. -
If the database is to be used as a source for an Extract, manually enable the database for Change Data Capture (CDC):
EXEC msdb.dbo.gcloudsql_cdc_enable_db 'source_database';
-
Enable the following privileges and permissions for the Oracle GoldenGate user based on whether the user is for an Extract, or for a Replicat.
Table 4-6 Privileges and Permissions for Oracle GoldenGate User
Privilege | Extract | Replicat | Syntax |
---|---|---|---|
User Database Roles and Privileges |
|||
|
Yes |
Yes |
|