ORA-16198: LGWR timed out on Network Server 0 due to buffer full condition.
I am implementing a physical standby database on oracle 10g R2 10.1.0.5.0
redo log sgipping works fine but from time to time I am getting the error
"ORA-16198: LGWR timed out on Network Server 0 due to buffer full condition".
I have increased the buffer size to 50M
log_archive_dest_2='SERVICE=STDBY reopen=15 max_failure=10 LGWR ASYNC=51200 VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STDBY'
but still the same happening
can anyone help please?
Wissam