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

Thread: Replicating a database across network

  1. #1
    Join Date
    Sep 2002
    Posts
    2

    Question


    Hello all -

    can anyone advise me? I've got a database on an E10k domain, with a very high bandwidth link to another (target) domain. I've installed Oracle onto the target domain, with another database (same version), with differing file paths and a different name (to replicate a situation in live).

    Can anyone tell me how I can best replicate the contents of the database onto the target in order to minimise downtime and make most effective use of the high bandwidth link? Can you do a 'back to back' RMAN across the link? Any advice welcome.

    Many thanks....

  2. #2
    Join Date
    Oct 2001
    Posts
    83
    Hello,

    You can use Oracle replication option.

    Take a look at :
    http://otn.oracle.com/docs/products/...a76965/toc.htm


    Hope this helps

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Are you using EMC disk array system?
    Are you planning the replication daily?

    If yes, consider BCV (Business Continous Volume) option. This works faster than any other method.
    Or Consider SHARFLEX from Quest.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Is this a one-time job or do you want to do this on a periodic basis?

    You can clone databases with RMAN if you are only looking for a snapshot of your data.
    Jeff Hunter

  5. #5
    Join Date
    Sep 2002
    Posts
    2

    Thanks for the replies - this won't be using EMC, so no snapshots are possible: I guess if we can duplicate using RMAN that would the the most attrractive, but I need to bear in mind that the datafile paths will differ.

    Is it possible to use RMAN without an intermediate disk or tape based archive?

  6. #6
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by tamilselvan
    Or Consider SHARFLEX from Quest.
    Can you point some negative sides of SharePlex?
    Oracle Certified Master
    Oracle Certified Professional 6i,8i,9i,10g,11g,12c
    email: ocp_9i@yahoo.com

  7. #7
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

  8. #8
    Join Date
    Oct 2001
    Posts
    83
    Hello,

    What's about using Oralce replication ? (advantages, disadvantages...).

  9. #9
    Join Date
    Jan 2001
    Posts
    191
    If your database have primary key or you know which column should be primary key , then you can use oracle replication.

    I use shareplex. There are over 2000 tables in our database. There is no primary key. Shareplex read log file to replicate data. Oracle user internal trigger to replicate data. Shareplex is very stable. When network is down or one of the database is down, it will queue the data , finally, it will automaticly start replicate when everything back to normal. I only used snapshot for oracle replication,, you have to set refresh time. Shareplex is real time replication. It is easy to setup.

  10. #10
    Join Date
    Feb 2000
    Location
    austin, tx
    Posts
    2
    Oracle Replication can be realtime, just use Master - Master and have the sync job run every few seconds. I have already set this up and used it extensively so if you have any questions feel free to ask.

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