Question: I am using data guard with
asynchronous log transport mode ( ), and I am getting
LNS
wait on SENDREQ issues. What is the difference between
synchronous (SYNC) mode and asynchronous (ASYNC) log transport
modes? I have a very slow network with 25 milliseconds average
packet shipment time. Which archive redo log transport mode is
best, and why?
Answer: Oracle Data
Guard redo log transport offers synchronous log transport mode (LogXptMode
= 'SYNC') or asynchronous log transport mode (LogXptMode =
'ASYNC'). Systems with a network bottleneck would get
better overall response time with the ASYNC mode, while shops that
cannot tolerate a stale standby server (i.e. maximum availability or
maximum protection are best with the SYNC mode.
The
difference is all about when the COMMIT happens.
- LogXptMode = ('SYNC'): As the name
implies, SYNC mode synchronizes the primary with the standby
database and all DML on the primary server will NOT be committed
until the logs have been successfully transported to the standby
servers. The synchronous log transport mode is required
for the Maximum Protection and Maximum Availability data
protection modes.
- LogXptMode = ('ASYNC'): Conversely,
asynchronous mode (ASYNC) allows updates (DML) to be committed
on the primary server before the log file arrives on the standby
servers. The asynchronous log transport mode is required
for the Maximum Performance data protection mode.
Also see these important notes on
LNS wait on SENDREQ.
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright ? 1996 - 2012
All rights reserved.
Oracle ?
is the registered trademark of Oracle Corporation.
|
|