|
In 10g, archive process will do the archive to SRL immediately if the LNS process is busy. I can't figure out how oracle controls the LNS process number, but in our case, it's at most one LNS active. In 9i, there is some threshold like timeout setting for log_archive_descX lgwr option, so this may make a bit difference.
So the question you pointed out is easy to answer, we can have up to 30 archive process working on the transfering primary redo, so simultaneously we can have up to maybe 30 SLR receiving redo.
For the SLR=primary redo+1, I guess they want to make sure that enough standby redos exsit to receive the primary's redo, so that even all primary redo logs are active, we still have one more SLR avaible. Image that "lgwr+sync" mode, you can have one-one relation between primary log and standby log, which can provide the highest availability and performance. (ignore this part if you don't believe it ^_^) |
|