Database Backup and Recovery (MOSC)

MOSC Banner

RMAN-03002: failure of backup command

edited Jun 8, 2018 6:10AM in Database Backup and Recovery (MOSC) 7 commentsAnswered

Hi All

I am running a 12.1.0.2 DB Version on Windows 2012R2 - 64bits.

I use to perform the backups with the below script and today I got the error below... I launched the backup again and it worked, but I would like to know what could have happen and if possible avoid it.

RMAN> run {

2>  allocate channel t1 type disk;

3>  allocate channel t2 type disk;

4>  allocate channel t3 type disk;

5>  allocate channel t4 type disk;

6>  allocate channel t5 type disk;

7>  allocate channel t6 type disk;

8>

9> crosscheck archivelog all;

10> CROSSCHECK BACKUP;

11>

12>  backup as compressed backupset incremental level = 1 CUMULATIVE TAG 'L1_Bkup'

Tagged:

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