Deleting Extract and Replicat
This section contains basic directions for deleting Extract and Replicat processes. See Reference for Oracle GoldenGate for additional command options.
To Delete an Extract Group
-
Run GGSCI.
-
Issue the
DBLOGIN
command as the Extract database user (or a user with the same privileges). You can use either of the following commands, depending on whether a local credential store exists.DBLOGIN [SOURCEDB
dsn
] {USERIDuser
, PASSWORDpassword
[encryption_options
] | USERIDALIASalias
[DOMAINdomain
]} -
Stop the Extract process.
STOP EXTRACT
group_name
-
Issue the following command.
DELETE EXTRACT
group_name
-
(Oracle) Unregister the Extract group from the database.
UNREGISTER EXTRACT group_name,database_name
To Delete a Replicat Group
Deleting a Replicat group preserves the checkpoints in the checkpoint table (if being used). Deleting a process group also preserves the parameter file. You can create the same group again, using the same parameter file, or you can delete the parameter file to remove the group's configuration permanently.