Oracle GoldenGate 12.2.0.1 install, upgrade, and remove

View Inventory File

3, OGG upgrade

Stop the old version related processes

ps -ef to view it

Install the new version

[oracle@ggtest1 tmp]$ cd fbo_ggs_Linux_x64_shiphome/Disk1/

[oracle@ggtest1 Disk1]$ ./runInstaller &

Select the older version of the same local address, automatically replace binary files.

Can use the same port, a different port may be used.

Directly modify the Manager Port, manage or modify parameter files mrg.prm

After confirming the correct, updated.

You can view the upgraded version by ggsci command.

4, delete OGG

OGG12c previous version, delete directory.

Method one: Uninstall using OUI (safety)

Method Two: Hacking oraInventory (unsafe)

Method one: Uninstall using OUI - the cleanest way

(1) perform the following operations

[oracle@ggtest1 bin]$ pwd

/u01/app/oracle/product/12.2.0.1/oggcore_3/oui/bin

[oracle@ggtest1 bin]$ ./runInstaller -silent -deinstall "REMOVE_HOMES=/u01/app/oracle/product/12.2.0.1/oggcore_3"

(2) Delete OGG installation directory.

Method Two: Hacking oraInventory (not recommended)

(1) Delete OGG from oraInventory file <HOME NAME> entry.

(2) Delete OGG installation directory.

Guess you like

Origin blog.51cto.com/14589001/2446806