INFO CHECKPOINTTABLE
Not valid for Replicat for Java, Oracle GoldenGate Applications Adapter, or Oracle GoldenGate Big Data.
Use INFO CHECKPOINTTABLE
to confirm the existence of a
checkpoint table and view the date and time that it was created. It returns a
message similar to the following:
Checkpoint table ggadmin.ggs_checkpoint created 2017-01-06T11:51:53.
Use the DBLOGIN
command to establish a database
connection before using this command.
Syntax
INFO CHECKPOINTTABLE [[container
. | catalog
.]owner.table]
-
container
. |
catalog
. -
The Oracle pluggable database, if applicable. If this option is omitted, the catalog or pluggable database defaults to the one that is associated with the
SOURCEDB
,USERID
, orUSERIDALIAS
portion of theDBLOGIN
command (depending on the database). -
owner.table
-
The owner and name of the checkpoint table. An owner and name are not required if they are the same as those specified with the
CHECKPOINTTABLE
parameter in theGLOBALS
file. You can use a wildcard (*
).
Example
INFO CHECKPOINTTABLE ggadmin.ggs_checkpointtable