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

Thread: Implemetation of replication (very urgent please)

  1. #1
    Join Date
    Apr 2001
    Posts
    46

    Question

    How to implement replication between two databases.I am using oracle 8.1.5 with NT4.0.Pls give some suggetions on t this .

  2. #2
    Join Date
    Feb 2001
    Location
    Adelaide, Australia
    Posts
    159
    a one off , or continuous replication?

    You need to provide more infromation

  3. #3
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684

    Big Question

    Hi.

    That's a very big question. I would be careful about jumping in feet first before you really understand the implications. I'm assuming you mean advanced replication.

    You can use OEM to set up replication. If you prefer the traditional command line route give these a go:

    http://www.orafaq.com/faqrepl.htm
    http://www.orafaq.com/faqscrpt.htm#ADVREP

    That should get you started.

    If you are looking for simple replication check out materialized views (snapshots) where the query uses a database link to your master site.

    Good luck!

    Tim...

  4. #4
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    advanced replication is not just set up and that's it ok, you have to create pl/sql procedures & packages for your conflict resolution and if you want to do it good you have to create auditing tables as well to capture the conflicts

  5. #5
    Join Date
    Apr 2001
    Posts
    46
    I want continuous replication


  6. #6
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    you want syncronous replication but that doesnt say which type of replication you want, basic or advanced. Read Oracle docu about the difference and if you have further queries come back

  7. #7
    Join Date
    Apr 2001
    Posts
    46
    I am using the replication proceudre which is given in the oracle doc

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