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

Thread: Synchronizing two oracle database on certain data only

Hybrid View

  1. #1
    Join Date
    Jan 2002
    Posts
    83

    Synchronizing two oracle database on certain data only

    hi

    I am stuck here with a problem. I need to know how to Synchronize certain tables or tablespaces (incremental or complete) in 2 different databases. They have the same schemas and are replicas of each other but differ on few columns.

    How do i Synchronize the these tablespaces... without manual intervention ???? that means no export/import.


    Regards
    iceman

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Its the table that you need to synchronize.

    Use replication.
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    As a going concern or a one time effort?

    As suggested use replication for going concern or the sql merge command (9i) if you need to simply sync up one time

    steve
    I'm stmontgo and I approve of this message

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