Managing Databases using Enterprise Manager (MOSC)

MOSC Banner

Media test is failing

edited Apr 30, 2019 12:10PM in Managing Databases using Enterprise Manager (MOSC) 2 commentsAnswered

Hi,

A month ago, we set rman backups from OEM. It was working fine. All of a sudden it is stopped working.

Following script is working on the AIX/UNIX side.

rman target / <<EOF

RUN

{

allocate channel t1 device type sbt parms='ENV=(TDPO_OPTFILE=/c8c/product/tivoli/prodcdcs.opt)';

allocate channel t2 device type sbt parms='ENV=(TDPO_OPTFILE=/c8c/product/tivoli/prodcdcs.opt)';

backup as compressed backupset archivelog all delete all input FORMAT='%d_arch_%I_%U_%t.bkp';

crosscheck backup;

DELETE NOPROMPT EXPIRED BACKUP;

DELETE NOPROMPT OBSOLETE RECOVERY WINDOW OF 7 days;

release channel t1;

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