Backing up Oracle databases with Networker NMDA
Hello,
I've got an issue with RMAN backups and Networker NMDA for Oracle.
I'm currently backing up a test database with NMDA, which uses RMAN.
This is the backup cconfig for NMDA (which includes, under RMAN_SCRIPT variable, the RMAN script used to backup the database)::
#############
BKUP_DB:"true"; BKUP_FORMAT:"BackupFullCloseNoarc_%d_%s_%T"; BKUP_LEVEL:"0"; BKUP_TYPE:"FULL"; CAT_INSTANCE:"bdrman"; CAT_USER:"rman"; DB_INSTANCE:"desausu"; DB_USER:"backrman"; INCLUDEARCH:"false"; INCLUDECF:"true"; NUM_CHANNELS:"1"; ORACLE_HOME:"/opt/oracle/product/11.2.0.2"; name:"RMAN"; type:"NSR Oracle RMAN";
RMAN_SCRIPT:"RUN {
shutdown immediate\;
startup mount\;
ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE'\;
I've got an issue with RMAN backups and Networker NMDA for Oracle.
I'm currently backing up a test database with NMDA, which uses RMAN.
This is the backup cconfig for NMDA (which includes, under RMAN_SCRIPT variable, the RMAN script used to backup the database)::
#############
BKUP_DB:"true"; BKUP_FORMAT:"BackupFullCloseNoarc_%d_%s_%T"; BKUP_LEVEL:"0"; BKUP_TYPE:"FULL"; CAT_INSTANCE:"bdrman"; CAT_USER:"rman"; DB_INSTANCE:"desausu"; DB_USER:"backrman"; INCLUDEARCH:"false"; INCLUDECF:"true"; NUM_CHANNELS:"1"; ORACLE_HOME:"/opt/oracle/product/11.2.0.2"; name:"RMAN"; type:"NSR Oracle RMAN";
RMAN_SCRIPT:"RUN {
shutdown immediate\;
startup mount\;
ALLOCATE CHANNEL CH1 TYPE 'SBT_TAPE'\;
2