使用OGG"Loading data from file to Replicat"的方法应该注意的问题:replicat进程是前台进程

使用OGG的 "Loading data from file to Replicat"的方法应该注意的问题:replicat进程是前台进程

因此,最好是在vncserver中调用该replicat进程或者以nohup方式放在后台运行。下面的是使用nohup方式放在后台运行。

[[email protected] ~]$ ll rep_backgroud.sh
-rwxr-xr-x 1 oracle oinstall 98 Jun  2 03:02 rep_backgroud.sh
[[email protected] ~]$ cat rep_backgroud.sh
cd /u02/ggs --->注意此行,不可省略,/u02/ggs是OGG的安装目录
replicat paramfile /u02/ggs/dirprm/repftor.prm reportfile /u02/ggs/dirrpt/REPFTOR.rpt
[[email protected] ~]$ 

[[email protected] ~]$ nohup sh /home/oracle/rep_backgroud.sh  &

=====================断开securecrt,再重新连接securecrt================================

[[email protected] ~]# ps -ef | grep rep
oracle   22585     1  0 03:03 ?        00:00:00 sh /home/oracle/rep_backgroud.sh
oracle   22586 22585  5 03:03 ?        00:00:02 replicat paramfile /u02/ggs/dirprm/repftor.prm reportfile /u02/ggs/dirrpt/REPFTOR.rpt
root     22628 22603  0 03:04 pts/1    00:00:00 grep rep
[[email protected] ~]# 

注意点:

1.若是以前台进程的方式执行的该replicat进程,中途断开了securecrt,然后在目的表(在/u02/ggs/dirprm/repftor.prm中定义的)中是存在部分记录的。重新发起replicat进程前,需要truncate该目的表。

2. OGG"Loading data from file to Replicat"方法的核心是:

extract进程--->trail file(落地文件,在抽取进程的参数文件中定义位置)-->目的端table(rep进程应用trail file 到目的端table中)

3.此时的extract进程应该也是前台进程,不过我测试时没有断开securecrt,没有试验过。

时间: 2024-10-15 13:58:38

使用OGG"Loading data from file to Replicat"的方法应该注意的问题:replicat进程是前台进程的相关文章

关于 OGG "Loading data from file to Replicat"同步含有lob字段表的部分记录的关键参数

首先说明一点: Loading data with an Oracle GoldenGate direct load 这个方法,对含有如下数据类型的table,是无法使用的: LOBs, LONGs, user-defined types (UDT), or any other large data type that is greater than 4 KB in size. 因此,遇到如下需求时,就不得不用OGG "Loading data from file to Replicat&quo

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

使用OGG"Loading data from file to Replicat"的方法应该注意的问题:replicat进程是前台进程

使用OGG的 "Loading data from file to Replicat"的方法应该注意的问题:replicat进程是前台进程 因此.最好是在vncserver中调用该replicat进程或者以nohup方式放在后台执行.以下的是使用nohup方式放在后台执行. [[email protected] ~]$ ll rep_backgroud.sh -rwxr-xr-x 1 oracle oinstall 98 Jun 2 03:02 rep_backgroud.sh [[e

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

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 7

Loading Data into HDFS

How to use a PDI job to move a file into HDFS. Prerequisites In order to follow along with this how-to guide you will need the following: Hadoop Pentaho Data Integration Sample Files The sample data file needed for this guide is: File Name Content we

Cocos2d-x执行时错误:Cocos2d: Get data from file(xxx.xxx) failed!

取资源图片时遇到执行时错误: Cocos2d: Get data from file(xxx/xxx.xxx) failed! 原因是我加入资源目录的方式不正确,例如以下图,我选择的是在Resource中加入Group.这样加入完menuscene目录是黄色的,我在代码中引用资源时路径是"menuscene/background.png",可是在项目看来menuscene并非一个真实存在的Folder,而是一个Group,所以会找不到. 解决方法是加入文件时选择Create folde

Loading Data into a Table

登录:shell> mysql -h host -u user -p Enter password:****** 创建一个数据库,输入命令 mysql>create database test: mysql> USE test; Database changed 接下来创建一个pet表: mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CHAR(1), bi

php读取网络文件curl,fsockopen,file_get_contents,file,fopen几种方法

php读取网络文件 curl, fsockopen ,file_get_contents 几个方法的效率对比 最近需要获取别人网站上的音乐数据.用了file_get_contents函数,但是总是会遇到获取失败的问题,尽管按照手册中的 例子设置了超时,可多数时候不会奏效: $config['context'] = stream_context_create(array(‘http’ => array(‘method’ => “GET”,   ’timeout’ => 5//这个超时时间不

java之io之File类的list()方法过滤目录的使用

java的io的知识中,File类必须掌握.File类是对文件或者文件夹的封装.它本身并不能对所封装的文件进行读写,它封装的只是文件或文件夹的周边知识,比如 大小啦,创建日期啦,路径啦等等. 如果File封装的文件夹,File类的list()方法可以将此文件夹下的所有文件夹和文件已字符串数组的形式返回. list(FilenameFilter)可以对返回的字符串数组进行过滤,取自己想要的字符串. ?打印文件夹下的.java文件 实现1 package com.westward.io; impor