Database Backup and Recovery (MOSC)

MOSC Banner

Restore and recovering a rac database

edited Mar 4, 2020 2:37PM in Database Backup and Recovery (MOSC) 6 commentsAnswered

Hi,

I need to restore a RAC database and usually i do the restore and recovery by starting only 1 instance. However i would like to know if i can take advantage of 2 nodes to speed up the restore/recovery and will this approach work and is suggested or not? At a high level, my restore and recovery looks as below.

Please let me know

1. catalog the rman backups

2. start both the db instances with cluster_database set to true

3. restore controlfiles

4. Mount the instances Restore/recover as below

set echo on

connect target /

run {

ALLOCATE CHANNEL C1 DEVICE TYPE DISK CONNECT sys/password@node1_alias;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center