Hello,
I want to know what is the rate transfer of the archivelog between my database server and it standby database server because it seems that it is very long. Do you know some requests or some things which can help me ?
Regards
Hello,
I want to know what is the rate transfer of the archivelog between my database server and it standby database server because it seems that it is very long. Do you know some requests or some things which can help me ?
Regards
Try using scp to copy 50MB files and see how long that takes. It should tell you what the throughput is on the network alone. Then you can decide if you are having a network issue or a database issue. You can also add additional redo log groups which will make it less likely that the logs go through all of the redo groups before the current redo log is archived.