Database Administration (MOSC)

MOSC Banner

rman backup script

edited Dec 27, 2016 3:57AM in Database Administration (MOSC) 13 commentsAnswered

I want to know if this backup script is ok regarding the backup order (database ,archive logs ,control files and then delete the archive logs )

run {
set command id to 'XYZ';
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
allocate channel t3 type 'SBT_TAPE';
allocate channel t4 type 'SBT_TAPE';
allocate channel t5 type 'SBT_TAPE';
allocate channel t6 type 'SBT_TAPE';
allocate channel t7 type 'SBT_TAPE';
allocate channel t8 type 'SBT_TAPE';
allocate channel t9 type 'SBT_TAPE';
allocate channel t10 type 'SBT_TAPE';

backup full
format '/FULL_alx_%T_%d_%U/'

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