Database Backup and Recovery (MOSC)

MOSC Banner

Dataprotector archivelog all backup through rman finishes with warnings

edited Sep 20, 2017 6:22AM in Database Backup and Recovery (MOSC) 8 commentsAnswered
 Hello everyone.
This is current issue:

I have a dataprotector backup configured to run every 15 minutes. For those who don't know, dataprotector uses a ŕman to backup the database to tape. This is the actual dataprotector script:

run {
allocate channel 'dev_0' type 'sbt_tape'
 parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=coali,OB2BARLIST=Jueves_Archives_Orcl_Impar)';
allocate channel 'dev_1' type 'sbt_tape'
 parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=coali,OB2BARLIST=Jueves_Archives_Orcl_Impar)';
allocate channel 'dev_2' type 'sbt_tape'
 parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=coali,OB2BARLIST=Jueves_Archives_Orcl_Impar)';

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