Managing Databases using Enterprise Manager (MOSC)

MOSC Banner

How to set channel for backups using enterprise manager

edited Dec 23, 2018 4:01AM in Managing Databases using Enterprise Manager (MOSC) 6 commentsAnswered ✓

Hi,

I have archive log back up running using crontab from the production AIX LPAR.

Archive log backup is running fine. We are trying to move the backup to OEM 13 CC.

I am listing running script.

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 archivelog all FORMAT='%d_arch_%u_%p_%c.bkp';

backup archivelog all delete all input FORMAT='%d_arch_%u_%p_%c.bkp';

crosscheck archivelog all;

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