Database Backup and Recovery (MOSC)

MOSC Banner

rman backup rac

edited Oct 16, 2009 3:43AM in Database Backup and Recovery (MOSC) 4 commentsAnswered
i read aticle doc id:243760.1 

backup rac database,

run {
allocate channel d1 type disk connect 'sys/rac@node1';
allocate channel d2 type disk connect 'sys/rac@node2';
  set until sequence 14 thread 2;
   restore controlfile;
  alter database mount;
release channel d1;
release channel d2;

there is a question, why we use two channel

such 'sys/rac@node1' 'sys/rac@node2'as  backup database, can we use only one channel to backup database?

can we use  command such as  "allocate channel d2 type disk connect 'sys/rac@node1 as sysdba' to backup database"?

is there  any difference between backup rac and backup single database?

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