Good morning fellows
I have the need of speeding up the transfer of archivelogs in my dataguard replication. I just came across a parameter(MaxConnections) witch seems to help the transfer speed between primary and standby by transferring one redo archivelog using multiple process(in parallel). My question is: does this parameter brings any issue to the replication or is anything i should bear in mind prior changing this parameter to a higher value? i don't have the proper environment to this this parameter, so i need advice from some dba with experience. Here are a few details about the actual configuration:
DB version: 11Gr2 RAC to single-instance physical
DG configuration: max Performance
MaxConnections actual value: 1
Regards