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

Thread: Database Mirroring

  1. #1
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433

    Database Mirroring

    Scenario:

    Oracle9i Standard Edition is installed on a Unix machine .

    Plan to Replicate the Database on another server . The interval to do replication might be one day one time .

    Suppose we have serveral option :

    Option1:

    1. Create Oracle9i SE database on a WindowsOS server .
    2. Schedule Job to export dump file from oracle9i database on Unix Machine .
    3. Copy and import it to Oracle9i on WIndowsOS

    Option2:

    1. Create Oracle9i SE Database on a exact same model Unix Server(but different machine ofcourse) . and the oracle home structure is same as the old one .
    2. Database Cloning .

    Option3:
    1. Create Oracle9i SE database on a WindowsOS or Unix Server
    2. Using Archivelog from old oracle9i database to do dummy recovery ?

    Option4:
    1. Snapshot ?


    I am not so clear about Option3 and Option4 , Could any Xpert gives some tips ? Which option is easy and fast ? or you have some other ideas?
    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  2. #2
    Join Date
    Oct 2002
    Posts
    807
    3. Huh? What do you mean - "dummy recovery"?? Yes, you can recover on a different OS version or a patch level..but you can't apply archivelogs on a completely different OS.

    4. Snapshots - RTM. They are fairly straight forward to create / maintain. If you're on 9i, OEM will do most of the stuff for you..point and click.

  3. #3
    Join Date
    Aug 2002
    Location
    Atlanta
    Posts
    1,187
    what fer? to make a copy of prod or to move it?
    I'm stmontgo and I approve of this message

  4. #4
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433
    Originally posted by Axr2
    3. Huh? What do you mean - "dummy recovery"?? Yes, you can recover on a different OS version or a patch level..but you can't apply archivelogs on a completely different OS.

    4. Snapshots - RTM. They are fairly straight forward to create / maintain. If you're on 9i, OEM will do most of the stuff for you..point and click.
    i also think snapshot is a quite good idea in this case , how do you think the performance ?
    and those 2 database are same version but running on different os , any concern on that
    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  5. #5
    Join Date
    Oct 2002
    Posts
    807
    You can snapshot across different OS and database releases/versions even..

    Performance - depends on activity, and refresh intervals.

  6. #6
    Join Date
    Aug 2000
    Location
    Shanghai
    Posts
    433
    How is the delete affect the snapshot ?

    let's say , in the master database , the record is deleted , how it will affect the standby database .
    1. www.dbasupport.com
    2. www.dbforums.com
    3. www.itpub.net
    4. www.csdn.net
    5. www.umlchina.com
    6. www.tek-tips.com
    7. www.cnforyou.com
    8. fm365.federal.com.cn
    9. www.programmersheaven.com
    10.http://msdn.microsoft.com/library/default.asp
    ligang1000@hotmail.com

  7. #7
    Join Date
    Oct 2002
    Posts
    807
    RTM! Snapshots to a standby database?! What are you saying!

    If you mean target database, yes - obviously the row will be deleted from there as well!

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