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, orUSERIDALIASportion of theDBLOGINcommand (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
CHECKPOINTTABLEparameter in theGLOBALSfile. You can use a wildcard (*). 
Example
INFO CHECKPOINTTABLE ggadmin.ggs_checkpoint