Adding the Checkpoint Table to the Target Database
- From the Oracle GoldenGate directory on the target, run GGSCI and issue the
DBLOGINcommand to log into the target database.DBLOGIN USERIDALIASaliasWhere:
-
aliasspecifies the alias of the database login credential of a user that can create tables in a schema that is accessible to Replicat. This credential must exist in the Oracle GoldenGate credential store. For more information, see Establishing Oracle GoldenGate Credentials.
-
- In GGSCI or Admin Client, create the checkpoint table in a schema of your
choice (ideally dedicated to Oracle GoldenGate).
ADD CHECKPOINTTABLE
[container.]schema.tableWhere:
-
containeris the name of the container ifschema.tableis in a multitenant container database. This container can be the root container or a pluggable database that contains the table. -
schema.tableare the schema and name of the table. See Administering Oracle GoldenGate for instructions for specifying object names.
-