ogg linux的安装

1. 目的说明

本文档提供Oracle GoldenGate安装配置指导,适用于入门练习使用,生产环境配置,在关键步骤和重要参数设置需要特别对待。

2. 参考文档

《叱咤风云GoldenGate企业级运维实战》
《Expert Oracle GoldenGate》
Oracle GoldenGate Document

3. 介质准备

操作系统介质:

#LINUX
https://wiki.centos.org/Download

数据库介质:

#ORACLE DB
http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html

GoldenGate:

#GoldenGate介质
http://www.oracle.com/technetwork/middleware/goldengate/downloads/index.html

根据需要练习的环境下载对应的GoldenGate介质,注意下载安装的版本,一般选择更高版本的会更好一些。

4. GoldenGate安装

GoldenGate对应不同的数据库的安装方式不同,GoldenGate for Oracle通过OUI来进行安装,其他的则一般只需要解压至指定的位置配置环境变量就可以使用。

4.1 GoldenGate for Oracle 安装

GoldenGate的安装主要是通过OUI的GUI或者silent安装,实践下来,silent安装比GUI安装更为方便一些。

4.1.1 OUI图形安装

上传解压介质:

unzip fbo_ggs_Linux_x64_shiphome.zip -d /u01/install/ogg/

进入目录

cd /u01/install/ogg/fbo_ggs_Linux_x64_shiphome/Disk1

创建GoldenGate目录:

mkdir -p /u01/ogg/12.2.0/oggcore_1
#root 授权
chown oracle.oinstall -R /u01/ogg/

启动OUI安装程序:

./runInstaller
1.png

根据实际安装的数据库类型选择相应的选项。

2.png

输入前面创建好的GoldenGate目录,不选择启动manager。

3.png

选择install进行安装。

4.png

安装进行中

5.png

安装完成。

4.1.2 OUI静默安装

OUI静默安装是通过配置响应文件进行安装。

响应文件在解压后的目录里面:

[oracle@dbserver Disk1]$ ls
install  response  runInstaller  stage

编辑响应文件:

vi ./response/oggcore.rsp

#修改以下参数指定项
####################################################################
## Copyright(c) Oracle Corporation 2014. All rights reserved.     ##
##                                                                ##
## Specify values for the variables listed below to customize     ##
## your installation.                                             ##
##                                                                ##
## Each variable is associated with a comment. The comment        ##
## can help to populate the variables with the appropriate        ##
## values.                                                        ##
##                                                                ##
## IMPORTANT NOTE: This file should be secured to have read       ##
## permission only by the oracle user or an administrator who     ##
## own this installation to protect any sensitive input values.   ##
##                                                                ##
####################################################################

#-------------------------------------------------------------------------------
# Do not change the following system generated value.
#-------------------------------------------------------------------------------
oracle.install.responseFileVersion=/oracle/install/rspfmt_ogginstall_response_schema_v12_1_2


################################################################################
##                                                                            ##
## Oracle GoldenGate installation option and details                          ##
##                                                                            ##
################################################################################

#-------------------------------------------------------------------------------
# Specify the installation option.
# Specify ORA12c for installing Oracle GoldenGate for Oracle Database 12c and
#         ORA11g for installing Oracle GoldenGate for Oracle Database 11g
#-------------------------------------------------------------------------------
INSTALL_OPTION=ORA11g

#-------------------------------------------------------------------------------
# Specify a location to install Oracle GoldenGate
#-------------------------------------------------------------------------------
SOFTWARE_LOCATION=/u01/ogg/12.2.0/oggcore_1

#-------------------------------------------------------------------------------
# Specify true to start the manager after installation.
#-------------------------------------------------------------------------------
START_MANAGER=

#-------------------------------------------------------------------------------
# Specify a free port within the valid range for the manager process.
# Required only if START_MANAGER is true.
#-------------------------------------------------------------------------------
MANAGER_PORT=

#-------------------------------------------------------------------------------
# Specify the location of the Oracle Database.
# Required only if START_MANAGER is true.
#-------------------------------------------------------------------------------
DATABASE_LOCATION=/u01/app/oracle/product/11.2.0/dbhome_1


################################################################################
##                                                                            ##
## Specify details to Create inventory for Oracle installs                    ##
## Required only for the first Oracle product install on a system.            ##
##                                                                            ##
################################################################################

#-------------------------------------------------------------------------------
# Specify the location which holds the install inventory files.
# This is an optional parameter if installing on
# Windows based Operating System.
#-------------------------------------------------------------------------------
INVENTORY_LOCATION=/u01/app/oraInventory

#-------------------------------------------------------------------------------
# Unix group to be set for the inventory directory.
# This parameter is not applicable if installing on
# Windows based Operating System.
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=oinstall

启动OUI程序指定响应文件进行安装:

./runInstaller -silent -responseFile /u01/install/ogg/fbo_ggs_Linux_x64_shiphome/Disk1/response/oggcore.rsp

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 7941 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 1387 MB    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2016-08-11_02-00-27AM. Please wait ...[oracle@dbserver Disk1]$ You can find the log of this install session at:
 /u01/app/oraInventory/logs/installActions2016-08-11_02-00-27AM.log

[oracle@dbserver Disk1]$ 
[oracle@dbserver Disk1]$ The installation of Oracle GoldenGate Core was successful.
Please check '/u01/app/oraInventory/logs/silentInstall2016-08-11_02-00-27AM.log' for more details.
Successfully Setup Software.

如果机器的性能差会反应会慢一些,可以再开一个新的terminal,一边安装一边使用tail命令查看安装日志:

tail -f  /u01/app/oraInventory/logs/installActions2016-08-11_02-00-27AM.log

4.1.3 配置环境变量

vi ~/.bash_profile

#添加GGATE变量
export $GGATE=/u01/ogg/12.2.0/oggcore_1
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,529评论 5 475
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,015评论 2 379
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 149,409评论 0 335
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,385评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,387评论 5 364
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,466评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,880评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,528评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,727评论 1 295
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,528评论 2 319
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,602评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,302评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,873评论 3 306
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,890评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,132评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,777评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,310评论 2 342

推荐阅读更多精彩内容

  • 最近公司购买了一台新的服务器,我负责给这台服务器安装oracle ,磕磕绊绊的终于装好了,但是却花了不少时间,算起...
    testerPM阅读 9,068评论 3 8
  • 背景: 阅读新闻 12C CDB模式下RMAN备份与恢复 [日期:2016-11-29] 来源:Linux社区 作...
    阳屯okyepd阅读 3,331评论 0 7
  • 人们常说,念念不忘必有回响,“低处的高度”这短短的五个字就是我最近反复咀嚼的。身在低位,不自卑,不自弃,胸怀报国志...
    马站胜阅读 201评论 0 0
  • 成功的对话需要共通的知识和经验,需要对四周环境、前后脉络、导致目前状况的历史背景以及当事人众多不同的目标和动机都有...
    Melody之麦阅读 386评论 0 0