DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: DataGuard: diff between sync async

Threaded View

  1. #4
    Join Date
    Aug 2009
    Posts
    21
    Synchronous : The synchronous redo transport mode transmits redo data synchronously with
    respect to transaction commitment. A transaction cannot commit until all redo generated by that transaction has been successfully sent to every enabled redo transport destination that uses the synchronous redo transport mode.This transport mode is used by the Maximum Protection and Maximum Availability data protection modes .
    Asynchronous : The asynchronous redo transport mode transmits redo data asynchronously with respect to transaction commitment. A transaction can commit without waiting for the redo generated by that transaction to be successfully sent to any redo transport destination that uses the asynchronous redo transport mode.This transport mode is used by the Maximum Performance data protection mode .
    Last edited by Rayyah; 10-06-2009 at 11:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width