快速強制kill goldengate異常進程
GGSCI>KILL REPLICAT group_name
GGSCI>KILL EXTRACT finance
正常停掉進程:
GGSCI>stop REPLICAT group_name
GGSCI>stop EXTRACT finance
下面是兩個命令的詳細說明
GGSCI> help kill replicat
Use KILL REPLICAT to kill a Replicat process. Killing a process leaves the
most recent checkpoint in place, and the current transaction is rolled back
by the database, guaranteeing that no data is lost when the process is
restarted. The Manager process will not attempt to restart a killed Replicat
the STOP REPLICAT command.
Syntax
KILL REPLICAT group_name
group_name
The name of a Replicat group or a wildcard () to specify multiple groups.
For example, T kills all Replicat processes whose group names begin with T.
Example
KILL REPLICAT finance
GGSCI > help kill extract
Use KILL EXTRACT to kill an Extract process running in regular or PASSIVE mode.
Use this command only if a process cannot be stopped gracefully with the STOP
EXTRACT command. The Manager process will not attempt to restart a killed
Extract process.
Syntax
KILL EXTRACT group_name
group_name
The name of an Extract group or a wildcard () to specify multiple groups.
For example, T kills all Extract processes whose group names start with T.
Example
KILL EXTRACT finance
快速強制kill goldengate異常進程