goldengate12cforlinux64bit的安裝部署過程

goldengate12c for linux64bit的安裝部署過程,很多新手對此不是很清楚,為了幫助大家解決這個(gè)難題,下面小編將為大家詳細(xì)講解,有這方面需求的人可以來學(xué)習(xí)下,希望你能有所收獲。

創(chuàng)新互聯(lián)成都網(wǎng)站建設(shè)定制開發(fā),是成都網(wǎng)站設(shè)計(jì)公司,為火鍋店設(shè)計(jì)提供網(wǎng)站建設(shè)服務(wù),有成熟的網(wǎng)站定制合作流程,提供網(wǎng)站定制設(shè)計(jì)服務(wù):原型圖制作、網(wǎng)站創(chuàng)意設(shè)計(jì)、前端HTML5制作、后臺(tái)程序開發(fā)等。成都網(wǎng)站推廣熱線:028-86922220

1、goldengate12c后,提供圖形化界面安裝部署,

同時(shí),需要從linux上面下載:rlwrap-0.37-1.el6.i686.rpm進(jìn)行安裝部署

并且需要安裝readline-devel-6.0-4.el6.x86_64.rpm

官網(wǎng)說這個(gè)是必須的。

2、 Installing the readline wrapper

Use the terminal window connected asroot to install the readline wrapper utility. Change directory to/stage and use theyum command to installrlwrap:

Host01 - Linux

[root@host01 ~]# cd /stage

[root@host01 stage]#yum install rlwrap-0.37-1.el6.i686.rpm

Loaded plugins: refresh-packagekit, security

Setting up Install Process

Examining rlwrap-0.37-1.el6.i686.rpm:  rlwrap-0.37-1.el6.i686

Marking rlwrap-0.37-1.el6.i686.rpm to be installed

Resolving Dependencies

--> Running transaction check

---> Package rlwrap.i686 0:0.37-1.el6 will be  installed

--> Finished Dependency Resolution

 

Dependencies Resolved

 

===================================================================================================================

 Package                            Arch               Version                Repository                    Size

===================================================================================================================

Installing:

 rlwrap                             i686               0.37-1.el6             /rlwrap-0.37-1.el6.i686      191 k

 

Transaction Summary

===================================================================================================================

Install       1  Package(s)

 

Total size: 191 k

Installed size: 191 k

Is this ok [y/N]: y

Downloading Packages:

Running rpm_check_debug

Running Transaction Test

Transaction Test Succeeded

Running Transaction

  Installing :  rlwrap-0.37-1.el6.i686                                                                          1/1

  Verifying  : rlwrap-0.37-1.el6.i686                                                                          1/1

 

Installed:

  rlwrap.i686  0:0.37-1.el6                                                                                         

 

Complete!

[root@host01 stage]#  

Use the terminal window connected asoracle to add the "alias" commands which enablerlwrap. You must edit thebashrc hidden file, located in the default directory for theoracle user to add thealias commands. Sincebashrc is a hidden file, you must prefix its name with a dot (.) - use eithervi orgedit to edit the file. Change directory to theoracle default (cd ~) edit thebashrc file and add the alias to invokesqlplus and the Oracle GoldenGate Software Command Interface (ggsci)

Host01 - Linux

[oracle@host01 stage]$cd ~

[oracle@host01 ~]$vi .bashrc

# .bashrc

 

# Source global definitions

if [ -f /etc/bashrc ]; then

        .  /etc/bashrc

fi

 

# User specific aliases and functions

alias sqlplus="rlwrap sqlplus"

alias ggsci="rlwrap ./ggsci"

Save the file leaving the editor. Source the new version of thebashrc file and make sure the two new alias commands have been defined:

Host01 - Linux

[oracle@host01 ~]$. .bashrc

[oracle@host01 ~]$alias

alias ggsci='rlwrap ./ggsci'

alias l.='ls -d .* --color=auto'

alias ll='ls -l --color=auto'

alias ls='ls --color=auto'

alias sqlplus='rlwrap sqlplus'

alias vi='vim'

alias which='alias | /usr/bin/which --tty-only  --read-alias --show-dot --show-tilde'

[oracle@host01 ~]$

Note the double dot separated by a space in the first line. The first dot instructs the shell to source the file. The second dot is necessary becausebashrc is a hidden file.

 

3、 Installing the Oracle GoldenGate software for the replication source

The Oracle Database 12c software is already installed on the computer, as per requirement listed in the "Prerequisites" section. It is assumed that the database software has been installed following the Optimal Flexible Architecture (OFA) standard, and thatORACLE_HOME is located at/u01/app/oracle/product/12.1.0/dbhome_1.

You will install the Oracle GoldenGate software for the replication source in the directory/u01/app/oracle/product/ogg_src, which you must create.

Use the terminal window connected asoracle. Create the/u01/app/oracle/product/ogg_src directory.

Host01 - Linux

[oracle@host01 ~]$mkdir /u01/app/oracle/product/ogg_src

[oracle@host01 ~]$ls /u01/app/oracle/product

12.1.0  ogg_src

[oracle@host01 ~]$

Run the Oracle GoldenGate 12.1.2.0.0 installer as theoracle user. The installer is located in the/stage/fbo_ggs_Linux_x64_shiphome/Disk1 directory.

Host01 - Linux

[oracle@host01 ~]$cd /stage

[oracle@host01 stage]$cd fbo_ggs_Linux_x64_shiphome

[oracle@host01 fbo_ggs_Linux_x64_shiphome]$ls

Disk1

[oracle@host01 fbo_ggs_Linux_x64_shiphome]$cd Disk1/

[oracle@host01 Disk1]$ls

install  response  runInstaller  stage

[oracle@host01 Disk1]$./runInstaller

Starting Oracle Universal Installer...

 

Checking Temp space: must be greater than 120 MB.   Actual 11011 MB    Passed

Checking swap space: must be greater than 150 MB.   Actual 3967 MB    Passed

Checking monitor: must be configured to display at  least 256 colors.    Actual  16777216    Passed

Preparing to launch Oracle Universal Installer from  /tmp/OraInstall2014-01-24_12-19-47AM. Please wait ...

The installer starts, and after a few second the "Install Wizard - Step 1 of 5" window appears on screen:

Select "Oracle GoldenGate for Oracle Database 12c (506.0MB)" and click Next.

The "Install Wizard - Step 2 of 5" window appears on screen:

In the "Software Location" field enter the directory you created to host the Oracle GoldenGate software for the replication source,/u01/app/oracle/product/ogg_src. Leave the "Start Manager" checkbox selected, and accept the default values for the Database Location (/u01/app/oracle/product/12.1.0/dbhome_1) and Manager Port (7809.) Click Next.

The "Install Wizard - Step 3 of 5" window appears on screen:

Verify the fields you entered in the previous screens and click Installto start the installation.

The "Install Wizard - Step 4 of 5" window appears on screen.

The window displays the progress bar and keeps you informed about the installation process.

After a while, the installation process ends and the last window of the wizard appears, informing you that the installation was successful:

Click Closeto dispose of the window. The Oracle GoldenGate software for the replication source is now installed.

 

4、 Installing the Oracle GoldenGate software for the replication target

The Oracle Database 12c software is already installed on the computer, as per requirement listed in the "Prerequisites" section. It is assumed that the database software has been installed following the Optimal Flexible Architecture (OFA) standard, and thatORACLE_HOME is located at/u01/app/oracle/product/12.1.0/dbhome_1.

You will install the Oracle GoldenGate software for the replication target in the directory/u01/app/oracle/product/ogg_trg, which you must create.

Use the terminal window connected asoracle. Create the/u01/app/oracle/product/ogg_trg directory.

Host01 - Linux

[oracle@host01 ~]$mkdir /u01/app/oracle/product/ogg_trg

[oracle@host01 ~]$ls /u01/app/oracle/product

12.1.0  ogg_src  ogg_trg

[oracle@host01 ~]$

Run the Oracle GoldenGate 12.1.2.0.0 installer as theoracle user. The installer is located in the/stage/fbo_ggs_Linux_x64_shiphome/Disk1 directory.

Host01 - Linux

[oracle@host01 ~]$cd /stage

[oracle@host01 stage]$cd fbo_ggs_Linux_x64_shiphome

[oracle@host01 fbo_ggs_Linux_x64_shiphome]$ls

Disk1

[oracle@host01 fbo_ggs_Linux_x64_shiphome]$cd Disk1/

[oracle@host01 Disk1]$ls

install  response  runInstaller  stage

[oracle@host01 Disk1]$./runInstaller

Starting Oracle Universal Installer...

 

Checking Temp space: must be greater than 120 MB.   Actual 11011 MB    Passed

Checking swap space: must be greater than 150 MB.   Actual 3967 MB    Passed

Checking monitor: must be configured to display at  least 256 colors.    Actual  16777216    Passed

Preparing to launch Oracle Universal Installer from  /tmp/OraInstall2014-01-24_12-19-47AM. Please wait ...

The installer starts, and after a few second the "Install Wizard - Step 1 of 5" window appears on screen:

Select "Oracle GoldenGate for Oracle Database 12c (506.0MB)" and click Next.

The "Install Wizard - Step 2 of 5" window appears on screen:

In the "Software Location" field enter the directory you created to host the Oracle GoldenGate software for the replication source,/u01/app/oracle/product/ogg_trg. Leave the "Start Manager" checkbox selected, and accept the default value for the Database Location (/u01/app/oracle/product/12.1.0/dbhome_1) Change the default value for the Manager Port from 7809 to 7909. The Oracle GoldenGate instance simulating the replication target must use a different port in order not to clash with the replication source instance, which has been configured to use port 7809. Click Next.

The "Install Wizard - Step 3 of 5" window appears on screen:

Verify the fields you entered in the previous screens and click Installto start the installation.

The "Install Wizard - Step 4 of 5" window appears on screen.

The window displays the progress bar and keeps you informed about the installation process.

After a while, the installation process ends and the last window of the wizard appears, informing you that the installation was successful:

Click Closeto dispose of the window. The Oracle GoldenGate software for the replication target is now installed.

 

看完上述內(nèi)容是否對您有幫助呢?如果還想對相關(guān)知識(shí)有進(jìn)一步的了解或閱讀更多相關(guān)文章,請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝您對創(chuàng)新互聯(lián)的支持。

新聞標(biāo)題:goldengate12cforlinux64bit的安裝部署過程
網(wǎng)頁地址:http://muchs.cn/article38/pichpp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、企業(yè)建站、手機(jī)網(wǎng)站建設(shè)建站公司、動(dòng)態(tài)網(wǎng)站、搜索引擎優(yōu)化

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

營銷型網(wǎng)站建設(shè)