Also called as active to active configuration Source will send the changes to target Both the sites are actively doing transactions and sending changes to each other There are several configuration need to take consideration while create active active configuration. EG. Conflict Detetion and resolution: Conflict Resolution: Resolveconflict Built in Methods: Sequence Considerations: Truncate considerations: ================================= Setup: edit param BE_SCOTT EXTRACT BE_SCOTT SETENV (ORACLE_HOME = "/u008/app/oracle/product/19.3.0/dbsoft") SETENV (ORACLE_SID = "SRC") useridalias boggsource TRANLOGOPTIONS EXCLUDEUSER OGG_CLASS --logallsupcols supports IR and conflict resolution feature LOGALLSUPCOLS --GETUPDATEBEFORES TRANLOGOPTIONS integratedparams (max_sga_size 200, parallelism 2) GETTRUNCATES --ENCRYPTTRAIL AES192 exttrail ./dirdat/bl TABLE BSCOTT.*,GETBEFORECOLS (ON UPDATE ALL,ON DELETE ALL); --- add extract BE_SCOTT, integrated TRANLOG , begin now...