【原創】goldengate 在rhel5.5 oracle 10g/11g x64bit中的自動啟動

msdnchina發表於2011-08-10
goldengate 在rhel5.5 oracle 10g/11g x64bit中的自動啟動

背景描述:

goldengate安裝於/u01/ggs目錄下

rhel5.5 oracle 10g/11g x64bit

Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.0.0 Build 078
Linux, x64, 64bit (optimized), Oracle 11 on Jul 28 2010 13:13:42

實現goldengate 自動啟動的步驟:

1.用oracle使用者建立/u01/info.txt,檔案內容如下:
sh date
start mgr

2.chmod +x info.txt

3.用oracle使用者建立/u01/startmgr.sh,檔案內如下:
/u01/ggs/ggsci paramfile /u01/info.txt >> /u01/ggstartoutput.txt

4.chmod +x startmgr.sh

4.用root使用者編輯 /etc/rc.local ,新增如下資訊:
su - oracle -c "/u01/startmgr.sh"

注意:這4步完成的是自動啟動mgr程式,至於goldengate的抽取,傳輸,還有複製程式的自動啟動,可以用mgr的引數autostart 來實現。[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1053681/,如需轉載,請註明出處,否則將追究法律責任。

相關文章