Database - RAC/Scalability (MOSC)

MOSC Banner

hot backup RAC

edited Aug 28, 2013 9:42PM in Database - RAC/Scalability (MOSC) 3 commentsAnswered
Is the below script good enough to create a Hot backup of RAC database?
run
{
allocate channel ch1 type disk;
allocate channel ch2 type disk;
allocate channel ch3 type disk;
allocate channel ch4 type disk;
sql 'alter system switch logfile';
backup incremental level 0 format '/cloudfs/rman_backup/rmnho/%d_%T_%t_%s_%p.dbf' database;
backup format '/cloudfs/rman_backup/rmnho/%d_%T_%t_%s_%p.arc' archivelog all not backed up 2 times;
sql 'alter system switch logfile';
backup current controlfile format '/cloudfs/rman_backup/rmnho/%d_%T_%t_%s_%p.ctl';
release channel ch1;
release channel ch2;

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