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

Thread: Standby DB using RMAN - need help

Hybrid View

  1. #1
    Join Date
    Jun 2002
    Posts
    13

    Standby DB using RMAN - need help

    Hi all,
    Pls. let me know the steps/procedures to create a standby database using RMAN ?

    With thanks in advance
    Ananth K.T

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

  3. #3
    Join Date
    Jun 2002
    Posts
    13
    The link you mentioned specifies how to create & maintain the standby database .But that doesn't have any specific thing abt how to create a standby DB using 'RMAN' .
    pls. give me any other suggestions.


    Thanks & Regards
    Ananth K.T

  4. #4
    Join Date
    Nov 2001
    Posts
    335
    You have to restore your database on the standby server and create a standby crontrolfile. To do that using RMAN you will have to :

    Make rman backup available on standby node
    Create init.ora for the standby database
    Restore controlfile from the backup on standby server
    Mount restored controlfile
    Restore the backup
    Replace restored controlfile with standby controlfile generated on primary catabase
    Start applying archived redo logs.

    These are not step by step instructions, but more high level steps.

    Hope it helps
    One, who thinks that the other one who thinks that know and does not know, does not know either!

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