Help needed for Database Replication

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anshul Seth

    Help needed for Database Replication

    Hi All,

    I am currently handling a J2EE application with the Application server
    as Weblogic 7.0 SP2 and Database on Oracle 9.2.1.0.

    The client wants to setup a test environment, and as the application
    is mission-critical, it would be of great help if the production and
    test DB are in sync in real-time.

    Can any one of you please guide me on this issue?
    I did read about Multi-Master Replication, but don't know much about
    it.
    If somebody has used it, please explain the steps, the problems and
    roadblocks one generally faces while implementing it.

    Also, my requirement is one way replication, i.e. from production to
    test and not vice versa, not that the changes done in test should
    reflect in the production.

    Please guide.

    Thanx.
    Anshul Seth
  • jwarnick

    #2
    Streams

    Check out Oracle Streams. It can handle one-way replication b
    reading the archive logs and applying the changes to the downstrea
    (your test) database

    Comment

    • dinko

      #3
      Re: Help needed for Database Replication


      "Anshul Seth" <sethanshul@yah oo.comwrote in message
      news:9248ccf2.0 503222101.28d96 d3c@posting.goo gle.com...
      Hi All,
      >
      I am currently handling a J2EE application with the Application server
      as Weblogic 7.0 SP2 and Database on Oracle 9.2.1.0.
      >
      The client wants to setup a test environment, and as the application
      is mission-critical, it would be of great help if the production and
      test DB are in sync in real-time.
      >
      Can any one of you please guide me on this issue?
      I did read about Multi-Master Replication, but don't know much about
      it.
      If somebody has used it, please explain the steps, the problems and
      roadblocks one generally faces while implementing it.
      >
      Also, my requirement is one way replication, i.e. from production to
      test and not vice versa, not that the changes done in test should
      reflect in the production.
      >
      Please guide.
      >
      Thanx.
      Anshul Seth

      Comment

      Working...