OGG "Loading data from file to Replicat"table静态数据同步配置过程

OGG "Loading data from file to Replicat"table静态数据同步配置过程

大家好,又见面了,我是全栈君,今天给大家准备了Idea注册码。

OGG “Loading data from file to Replicat”table静态数据同步配置过程

一个、mgr过程

GGSCI (lei1) 3> view params mgr

port 7809

 

二、抽取进程extftor

GGSCI (lei1) 4> view params extftor

SOURCEISTABLE

userid goldengate, password yyyyy
rmthost 192.168.100.189, mgrport 7809


RMTFILE /u02/ggs/dirdat/pp, MAXFILES 1000, MEGABYTES 100

table test.xxx;

 

三、复制进程repftor

GGSCI (lei1) 5> view params repftor


SPECIALRUN
END RUNTIME
userid goldengate, password yyyy
exttrail /u02/ggs/dirdat/pp
ASSUMETARGETDEFS

map test.xxx target testhvr.xxxx;

请注意:

上面的參数是exttrail(不是extfile),exttrail參数是与抽取进程的MAXFILES和MEGABYTES配合使用的,通俗的说,exttrail是相应的/u02/ggs/dirdat/pp000000。/u02/ggs/dirdat/pp000001,/u02/ggs/dirdat/pp000002。/u02/ggs/dirdat/pp000003等等。

而extfile 參数,相应的是/u02/ggs/dirdat/pp

 

四、从操作系统命令行发起extract(注意:此种extract,ggsci的info all是看不到的)

[oracle@lei1 ggs]$ cd /u02/ggs
[oracle@lei1 ggs]$ pwd
/u02/ggs
[oracle@lei1 ggs]$ extract paramfile /u02/ggs/dirprm/extftor.prm reportfile /u02/ggs/dirrpt/EXTFTOR.rpt
---->请务必确保发起上面extract的securecrt不中断!

建议在vncserver或者以nohup方式运行此extract。

nohup方式运行请參考:http://blog.csdn.net/msdnchina/article/details/46333375

 

此时,extract会在/u02/ggs/dirdat/下例如以下的文件:

[oracle@lei1 dirdat]$ pwd
/u02/ggs/dirdat
[oracle@lei1 dirdat]$ ls -lrt pp* | wc -l
424
[oracle@lei1 dirdat]$ 

等待extract完毕(能够从/u02/ggs/dirrpt/EXTFTOR.rpt中推断):

---------------------------------------以上省略------------------------------------------- 
2015-06-02 01:35:10  INFO    OGG-01026  Rolling over remote file /u02/ggs/dirdat/pp000422.

2015-06-02 01:35:22  INFO    OGG-01026  Rolling over remote file /u02/ggs/dirdat/pp000423.

***********************************************************************
*                   ** Run Time Statistics **                         *
***********************************************************************


Report at 2015-06-02 01:35:32 (activity since 2015-06-02 00:02:59)

Output to /u02/ggs/dirdat/pp:

From Table TEST.XXXX:
       #                   inserts:      3005    --------->抽取了3005条记录
       #                   updates:         0
       #                   deletes:         0
       #                  discards:         0


REDO Log Statistics
  Bytes parsed                    0
  Bytes output          43269697047
--->此处是该rpt文件的终点。

                                                 
五、从操作系统命令行发起repftor(注意:此种repftor,ggsci的info all是看不到的)

[oracle@lei1 ggs]$ cd /u02/ggs
[oracle@lei1 ggs]$ pwd
/u02/ggs
[oracle@lei1 ggs]$replicat paramfile /u02/ggs/dirprm/repftor.prm reportfile /u02/ggs/dirrpt/REPFTOR.rpt
---->请务必确保发起上面replicat的securecrt不中断!建议在vncserver或者以nohup方式运行此replicat。
nohup方式运行请參考:http://blog.csdn.net/msdnchina/article/details/46333375

等待replicat完毕(能够从/u02/ggs/dirrpt/REPFTOR.rpt中推断):

---------------------------------------以上省略------------------------------------------- 
Switching to next trail file /u02/ggs/dirdat/pp000422 at 2015-06-02 04:48:11 due to EOF, with current RBA 98987715
Opened trail file /u02/ggs/dirdat/pp000422 at 2015-06-02 04:48:11
Switching to next trail file /u02/ggs/dirdat/pp000423 at 2015-06-02 04:48:39 due to EOF, with current RBA 97717950
Opened trail file /u02/ggs/dirdat/pp000423 at 2015-06-02 04:48:39
***********************************************************************
*                   ** Run Time Statistics **                         *
***********************************************************************
Last record for the last committed transaction is the following: 
___________________________________________________________________
Trail name :  /u02/ggs/dirdat/pp000423
Hdr-Ind    :     E  (x45)     Partition  :     .  (x04) 
UndoFlag   :     .  (x00)     BeforeAfter:     A  (x41) 
RecLength  :    83 (x0053)    IO Time    : 2015-06-02 00:03:04.183247  
IOType     :     5  (x05)     OrigNode   :   255  (xff)
TransInd   :     .  (x03)     FormatType :     R  (x52)
SyskeyLen  :     0  (x00)     Incomplete :     .  (x00)
AuditRBA   :          0       AuditPos   : 0
Continued  :     Y  (x01)     RecCount   :     1  (x01)
2015-06-02 00:03:04.183247 Insert             Len    83 RBA 82048951
Name: TEST.XXXX
___________________________________________________________________
Reading /u02/ggs/dirdat/pp000423, current RBA 96448185, 3005 records
Report at 2015-06-02 04:48:52 (activity since 2015-06-02 03:03:36)
From Table TEST.XXXX to TESTHVR.XXXX:
#                   inserts:      3005 --------->插入了3005条记录
#                   updates:         0
#                   deletes:         0
#                  discards:         0
Last log location read:
FILE:      /u02/ggs/dirdat/pp000423
SEQNO:     423
RBA:       96448185
TIMESTAMP: 2015-06-02 00:03:04.183247
EOF:       NO
READERR:   400
CACHE OBJECT MANAGER statistics
CACHE MANAGER VM USAGE
vm current     =  23.82M   vm anon queues =  23.82M
vm anon in use =      0    vm file        =      0 
vm used max    =  23.82M   ==> CACHE BALANCED
CACHE CONFIGURATION
cache size       = 512M   cache force paging = 881M
buffer min       =  64K   buffer highwater   =   4M
pageout eligible size =   4M
================================================================================
RUNTIME STATS FOR SUPERPOOL
CACHE Transaction Stats
trans active   =      0    max concurrent =      3 
non-zero total =   8.81K   trans total    =   8.81K
CACHE File Caching
disk current   =      0    disk total  =      0 
disk caching   =      0    file cached =      0 
file retrieves =      0 
CACHE MANAGEMENT
buffer links  =  52.83K  anon gets   =      0 
forced unmaps =      0   cnnbl try   =      0 
cached out    =      0   force out   =      0 
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:     2.94K     5.87K
2K:    19.79M        0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
Cached Transaction Size Distribution
0:        0 
< 4K:        0 
4K:        0         0     |  16K:        0         0 
64K:        0         0     | 256K:        0         0 
1M:        0         0     |   4M:     8.81K        0 
16M:        0         0     |  64M:        0         0 
256M:        0         0     |   1G:        0         0 
4G:        0         0     |  16G:        0         0 
64G:        0         0     | 256G:        0         0 
1T:        0         0     |   4T:        0         0 
16T:        0         0     |  64T:        0         0 
256T:        0         0     |1024T:        0         0 
================================================================================
CUMULATIVE STATS FOR SUPERPOOL
CACHE Transaction Stats
trans active   =      0    max concurrent =      0 
non-zero total =      0    trans total    =      0 
CACHE File Caching
disk current   =      0    disk total  =      0 
disk caching   =      0    file cached =      0 
file retrieves =      0 
CACHE MANAGEMENT
buffer links  =      0   anon gets   =      0 
forced unmaps =      0   cnnbl try   =      0 
cached out    =      0   force out   =      0 
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:        0         0 
2K:        0         0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
Cached Transaction Size Distribution
0:        0 
< 4K:        0 
4K:        0         0     |  16K:        0         0 
64K:        0         0     | 256K:        0         0 
1M:        0         0     |   4M:        0         0 
16M:        0         0     |  64M:        0         0 
256M:        0         0     |   1G:        0         0 
4G:        0         0     |  16G:        0         0 
64G:        0         0     | 256G:        0         0 
1T:        0         0     |   4T:        0         0 
16T:        0         0     |  64T:        0         0 
256T:        0         0     |1024T:        0         0 
QUEUE Statistics:
num queues    =     15     default index =      0 
cur len       =      0     max len       =      0 
q vm current  =      0     vm max        =      0 
q hits        =  61.61K    q misses      =     21 
queue size  q hits  curlen  maxlen     cannibalized
0   64K   8.81K      3       3       0 
1  128K   8.81K      3       3       0 
2  256K   8.81K      3       3       0 
3  512K   8.81K      3       3       0 
4    1M   8.81K      3       3       0 
5    2M   8.81K      3       3       0 
6    4M   8.81K      3       3       0 
7    8M      0       0       0       0 
8   16M      0       0       0       0 
9   32M      0       0       0       0 
10   64M      0       0       0       0 
11  128M      0       0       0       0 
12  256M      0       0       0       0 
13  512M      0       0       0       0 
14    1G      0       0       0       0 
================================================================================
RUNTIME STATS FOR CACHE POOL #0
POOL INFO   group: repftor  id: p22586_BLOB
trans active  =       0   trans concurrent (max) =     3 
trans total   =    8.81K  (9015 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:     2.94K     5.87K
2K:    19.79M        0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
================================================================================
CUMULATIVE STATS FOR CACHE POOL #0
POOL INFO   group: repftor  id: p22586_BLOB
trans active  =       0   trans concurrent (max) =     0 
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:        0         0 
2K:        0         0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
QUEUE Statistics:
num queues    =     15     default index =      0 
cur len       =      0     max len       =      0 
q vm current  =      0     vm max        =      0 
q hits        =  61.61K    q misses      =     21 
queue size  q hits  curlen  maxlen     cannibalized
0   64K   8.81K      3       3       0 
1  128K   8.81K      3       3       0 
2  256K   8.81K      3       3       0 
3  512K   8.81K      3       3       0 
4    1M   8.81K      3       3       0 
5    2M   8.81K      3       3       0 
6    4M   8.81K      3       3       0 
7    8M      0       0       0       0 
8   16M      0       0       0       0 
9   32M      0       0       0       0 
10   64M      0       0       0       0 
11  128M      0       0       0       0 
12  256M      0       0       0       0 
13  512M      0       0       0       0 
14    1G      0       0       0       0 
================================================================================
RUNTIME STATS FOR CACHE POOL #0
POOL INFO   group: repftor  id: p22586_BLOB
trans active  =       0   trans concurrent (max) =     3 
trans total   =    8.81K  (9015 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:     2.94K     5.87K
2K:    19.79M        0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
================================================================================
CUMULATIVE STATS FOR CACHE POOL #0
POOL INFO   group: repftor  id: p22586_BLOB
trans active  =       0   trans concurrent (max) =     0 
trans total   =       0   (0 )
flag          = 0x00000030
last error    = (0=<none>)
Allocation Request Distribution
< 128B:       0 
128B:        0         0     | 512B:        0         0 
2K:        0         0     |   8K:        0         0 
32K:        0         0     | 128K:        0         0 
512K:        0         0     |   2M:        0         0 
8M:        0         0     |  32M:        0         0 
128M:        0         0     | 512M:        0         0 
2G:        0         0     |   8G:        0 
--->此处是该rpt文件结尾。

 

版权声明:本文博客原创文章,博客,未经同意,不得转载。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/117299.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • python进阶(3)json文件与python字典的转化[通俗易懂]

    python进阶(3)json文件与python字典的转化[通俗易懂]序列化与反序列化按照某种规则,把内存中的数据保存到文件中,文件是一个字节序列,所以必须要把内存数据转换成为字节序列,输出到文件,这就是序列化;反之,从文件的字节恢复到内存,就是反序列化;pytho

  • 圣杯布局三种方式

    圣杯布局三种方式圣杯布局是经典的css布局,左右两栏是定宽,中间那一栏是自适应,下面将用felx、float、position三种方法进行圣杯布局,实现效果如下:圣杯布局之flexcss代码:header{ height:80px; background-color:#cccccc; } .box{ height:200px; background-color:…

  • 使用pydicom实现Dicom文件读取与CT图像窗宽窗位调整

    使用pydicom实现Dicom文件读取与CT图像窗宽窗位调整1.前言为了能够在Labelme上对Dicom图像进行编辑,这里对python环境下Dicom文件的读取进行了研究。在Dicom图像中CT的窗宽窗位是一个很重要的概念,但是找了半天在pydicom中没有相关设置函数,这里跟DCMTK还不一样。但是可以根据两个tag得到CT图像的CT值,那就是(0028|1052):rescaleintercept和(0028|1053):rescales…

  • W25Q128FV译文(二)

    该文章包括W25Q128FV译文的第7章状态寄存器翻译及第八章指令部分翻译链接,第1章至第六章翻译链接:https://blog.csdn.net/z123canghai/article/details/88700489第八章指令剩余部分及第九章相关时序翻译链接:https://blog.csdn.net/z123canghai/article/details/88727413目录…

  • 列举出linux文件和目录常用的命令_查看centos根目录下有哪些内容

    列举出linux文件和目录常用的命令_查看centos根目录下有哪些内容目录命令总览ls(英文全拼:listfiles):列出目录及文件名cd(英文全拼:changedirectory):切换目录pwd(英文全拼:printworkdirectory):显

  • 第七届蓝桥杯(软件类)C++决赛A组题解

    第七届蓝桥杯(软件类)C++决赛A组题解文章目录题目链接A组真题题目结构第一题随意组合第二题拼棋盘第三题打靶第四题路径之谜第五题碱基第六题圆圈舞(待补)题目链接A组真题题目结构题目类型第一题随意组合结果填空第二题拼棋盘结果填空第三题打靶代码填空第四题路径之谜程序设计第五题碱基程序设计第六题圆圈舞程序设计第一题随意组合问题重现小明被绑架到X星球的巫师W那里。其时,W正在玩弄两组数据(2358)和(1467

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号