goldengate版本升級( from v10.4 to v11.1.1.1.0.29)

msdnchina發表於2011-08-30

事先準備:cp 源端和目的端的目錄。

1.將ggv11.1安裝於一個新目錄。不用create subdirs

2.停止源端和目的端的ddl複製--讓目的端的replicat程式 執行完畢後。再處理。

3.stop 源端 和 目的端程式。

4.將在新目錄中的ggv11.1覆蓋到原來的gg目錄

5.處理ddl複製問題:
(Oracle) Rebuilding the DDL environment to a clean state:

核心:remove, and then reinstall
1.停止source所有的gg程式,改變目錄到gg的安裝目錄
2.sqlplus / as sysdba
3.讓那些釋出ddl語句的程式斷開,否則會報:ORA-04021 error
4.Run the ddl_disable script
5.Run the ddl_remove script to remove the Oracle GoldenGate DDL trigger
此過程會產生ddl_remove_spool.txt和ddl_remove_set.txt log檔案以輔助診斷此過程中的問題。
6.Run the marker_remove script to remove the Oracle GoldenGate marker support system
此過程會產生marker_remove_spool.txt和marker_remove_set.txt log檔案以輔助診斷此過程中的問題。

從第7步開始,是重新配置ddl複製的階段:
7.Run the marker_setup script to reinstall the Oracle GoldenGate marker support system

8.Run the ddl_setup script.You will be prompted for:

The name of the Oracle GoldenGate DDL schema.

The installation mode. Use the INITIALSETUP mode.This mode drops and recreates existing DDL objects before creating new objects.

9.Run the role_setup script to recreate the Oracle GoldenGate DDL role.

10.登入sqlplus授權。

11. ddl_enable.sql
12. 完畢。

6.Oracle GoldenGate upgrades on DB2 z/OS:-針對db2 z/os上的操作。

7.啟動源端和目的端的所有程式。
[@more@]

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

相關文章