快速强制kill goldengate异常进程

发布时间:2020-07-22 13:36:07 作者:春秋小记
来源:网络 阅读:652

goldengate在遇到大的事务或者异常时,使用stop 无法正常关闭进程,遇到这个问题的时候很是头疼,于是help一下,发现两个大杀器,从此再也不用担心stop不掉进程了,如果是遇到大的事务还是建议stop后等待事务提交或者回滚正常关闭,但是遇到一些异常时,可以使用如下kill掉进程:

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
process. Use this command only if Replicat cannot be stopped gracefully with
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

推荐阅读:
  1. vmware 卡,直接kill 进程后启动报错“虚拟机正在使
  2. Oracle GoldenGate 快速安装配置实用指南

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

goldengate kill 进程

上一篇:微信小程序引入WeUI

下一篇:总结C++17的新特性

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》