Oracle GoldenGate 23ai Microservices Architecture with Oracle Real Application Clusters Configuration
How to install and configure Oracle Goldengate 23ai Microservices on an Oracle 19c RAC environment. Environmental details: Hosts: dbsrv01, dbsrv02 OS: Oracle Linux 8.8 Clusterware and database version :19.19.0.0.0 GoldenGate version: 23ai XAG Agent: 10.2 Applied Patches: GI Release Update 19.19.0.0.230418 1. Create ACFS File System for storing the Golden Gate deployment files on Oracle RAC. Create the ACFS volume from the existing DATA disk group: [root@dbsrv01 ~]# su - grid [grid@dbsrv01 ~]$ echo $ORACLE_SID +ASM1 [grid@dbsrv01 ~]$ asmcmd volcreate -G DATA -s 8G OGGVOL Verify the volume was created and obtain the new volume device name. [grid@dbsrv01 ~]$ asmcmd volinfo --all Diskgroup Name: DATA Volume Name: OGGVOL Volume Device: /dev/asm/oggvol-382 State: ENABLED Siz...