Results 1 to 3 of 3

Thread: DTC & MTS

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141
    Shalom ,Hi ,Salam ,

    DTC AND MTS WHAT AND FOR WHAT

    Toda ,Thanks, Shukran

    Efrat

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Shalom!

    The DTC coordinates transactions between database servers

    Example

    You have ORDERS in a MS SQL server
    You have INVENTORY in an ORACLE server

    You need to place an order and decrease inventory levels, but this has to be done across databases, and the data integrity must be maintained

    The DTC will coordinate with the transaction managers of the SQL and Oracle databases to ensure that BOTH transactions succeeded (add order, decrease inventory). If the transaction fails for some reason on either database, the DTC will instruct BOTH databases to roll back their transactions.

    This is how data integrity is maintained between databases in the MS world...

    HTH

    Tom


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 1999
    Location
    y
    Posts
    141

    The Best answr

    Hi Tom
    Thanks Thanks Thanks ..
    Great Answer ..
    You are the Best Thanks for yours time .

    Now i know .

    Again Thanks .

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