Deleting Extract and Replicat
This section contains basic directions for deleting Extract and Replicat processes.
To Delete an Extract Group
-
Connect to the deployment from the Admin Client.
-
Issue the
DBLOGINcommand 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] {USERID user, PASSWORD password [encryption_options] | USERIDALIAS alias [DOMAIN domain]} -
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.