设为首页 加入收藏

TOP

Oracle GoldenGate常用参数详解(四)
2017-09-19 14:34:59 】 浏览:9738
Tags:Oracle GoldenGate 常用 参数 详解
ed when Manager starts.
                    ##指定Manager进程启动时,自动启动哪些进程
                    示例:AUTOSTART ER *
                        AUTOSTART extract extsz


BOOTDELAYMINUTES    Determines how long after system boot time Manager delays until performing main processing activities. This parameter supports Windows.


UPREPORT            Determines how often process heartbeat messages are reported.                           
                    ##确定心跳检测信息多久报告一次


(4)事件管理参数:


DOWNCRITICAL        Reports processes that stopped gracefully or abnormally.


DOWNREPORT          Controls the frequency for reporting stopped processes.


LAGCRITICAL        Specifies a lag threshold that is considered critical and generates a warning to the error log.
                    指定认为超过此时间即为严重错误的延迟最大值,如果延迟达到此时间值则会在ggserr.log里面写入一条error信息
                    示例:LAGCRITICALMINUTES 45  --传输延时超过45分钟将写入警告日志
                   
LAGINFO            Specifies a lag threshold at which an informational message is reported to the error log.
                    指定一个延迟时限,如果延迟达到此时间值则会在ggserr.log里面写入一条info信息
                    示例:LAGINFOMINUTES 30      --传输延时超过30分钟将写入错误日志
                   
LAGREPORT          Sets an interval for reporting lag time to the error log
                    指定在ggserr.log中报告延迟的时间间隔.
                    示例:LAGREPORTHOURS 1      --每隔一小时检查一次传输延迟情况


(5)数据库登陆:


SOURCEDB            Specifies a data source name as part of the login information.
                    示例:SOURCEDB mydb
                          SOURCEDB mydb, USERID ggs, PASSWORD ggs123
                         
USERID              Provides login information for Manager when it needs to access the database.
                    示例:USERID /
                          USERID ggs, PASSWORD ggs123
                          USERID ggs@ora1.ora, PASSWORD ggs123
                          USERID data1
                          USERID ggs, PASSWORD AACAAAAAAAAAAAIALCKDZIRHOJBHOJUH, ENCRYPTKEY superx128
                &nb

首页 上一页 1 2 3 4 5 6 7 下一页 尾页 4/10/10
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Oracle RMAN 自动恢复 下一篇MySQL ODBC 驱动安装

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目