Database Backup and Recovery (MOSC)

MOSC Banner

mystery RMAN-06091 error

edited Sep 8, 2010 9:28AM in Database Backup and Recovery (MOSC) 2 commentsAnswered
 Hi everyone,

We have a RMAN script to clean the obsolete backup files on the disk.

However somehow this script seems to have some kind of temper. It worked one day, but not worked on another day.

When it doesn't work, it always give us RMAN-06091 error even I have "allocate channel" command at the beginning.

I am thinking this could be caused from OS level, but I do not know where to start looking.

Please advice.

Thanks,

------------------ RMAN script we use -------------------

host 'date';
allocate channel for maintenance type disk ;
 
host 'date';
crosscheck backup completed before 'sysdate-21';

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