DELETE CHECKPOINTTABLE
Not valid for Replicat for Java, Oracle GoldenGate Applications Adapter, or Oracle GoldenGate Big Data.
Use DELETE CHECKPOINTTABLE
to drop a checkpoint table
from the database. Use the DBLOGIN
command to establish a database
connection before using this command.
If the checkpoint table is deleted while Replicat is still running and transactions are occurring, Replicat will abend with an error that the checkpoint table could not be found. However, the checkpoints are still maintained on disk in the checkpoint file. To resume processing, add the checkpoint table back under the same name. Data in the trail resumes replicating. Then, you can delete the checkpoint table.
Syntax
DELETE 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 (depending on the database) of theDBLOGIN
command. -
owner.table
-
The owner and name of the checkpoint table to be deleted. An owner and name are not required if they are the same as those specified with the
CHECKPOINTTABLE
parameter in theGLOBALS
file. -
!
-
Bypasses the prompt that confirms intent to delete the table.
Example
DELETE CHECKPOINTTABLE ggadmin.ggs_checkpoint