Hello,
I'm new to netbackup and having problem to create backup on my oracle using netbackup
I saw that this discussion has been finished with no solution
Refference: https://www-secure.symantec.com/connect/forums/ora...
Below are some details of my enviroment and also the script/template created by the wizard;
All servers are windows 2008 R2 standard
Master Server Version 7.5.0.3
Client server version 7.5 ---- need to be updated to 7.5.0.3? how?
Media server Version 7.5.0.3
Template
^oracle template configuration file <>
# -----------------------------------------------------------------
# Veritas NetBackup for oracle: Backup Configuration Template
# $VRTScprght: Copyright 1993 - 2012 Symantec Corporation, All Rights Reserved $
#
# Template level: 1.9.0
# Generated on: 08/29/14 16:38:52
# -----------------------------------------------------------------
TEMPLATE_ID1=16790
TEMPLATE_ID2=1601
TEMPLATE_OWNER=disa.admin
# -----------------------------------------------------------------
# BACKUP_TYPE is derived from the schedule type when this script
# is used in a NetBackup scheduled backup. For example, when:
# schedule type is BACKUP_TYPE is
# ---------------- --------------
# Automatic Full INCREMENTAL LEVEL=0
# Automatic Differential Incremental INCREMENTAL LEVEL=1
# Automatic Cumulative Incremental INCREMENTAL LEVEL=1 CUMULATIVE
#
# For a non-proxy user initiated backup, BACKUP_TYPE is defined as shown.
# -----------------------------------------------------------------
BACKUP_TYPE=INCREMENTAL LEVEL=0
PRE_AUTO_MOUNT=Y
ORACLE_HOME=d:\app\administrator\product\11.2.0\dbhome_2
ORACLE_SID=oracledb
TARGET_INIT_FILE=D:\app\Administrator\product\11.2.0\dbhome_2\database\SPFILEoracledb.ORA
TARGETDB_LOGIN=sys
TARGETDB_PASSWD=password
TARGETDB_TNSNAME=oracledb
POST_AUTO_OPEN=Y
# -----------------------------------------------------------------
# RMAN command section
# -----------------------------------------------------------------
RUN {
ALLOCATE CHANNEL ch00
TYPE 'SBT_TAPE';
SEND 'NB_ORA_CLIENT=DISAWIN02,NB_ORA_SID=oracledb,NB_ORA_POLICY=TESTE_DISAWIN02,NB_ORA_SERV=DISAWIN10,NB_ORA_SCHED=FULL';
BACKUP
INCREMENTAL LEVEL=0
FORMAT 'bk_u%u_s%s_p%p_t%t'
TAG 'bk_2908'
DATABASE;
RELEASE CHANNEL ch00;
# Control file backup
ALLOCATE CHANNEL ch00
TYPE 'SBT_TAPE';
SEND 'NB_ORA_CLIENT=DISAWIN02,NB_ORA_SID=MSAFDEV,NB_ORA_POLICY=TESTE_DISAWIN02,NB_ORA_SERV=DISAWIN10,NB_ORA_SCHED=FULL';
BACKUP
FORMAT 'ctrl_u%u_s%s_p%p_t%t'
CURRENT CONTROLFILE;
RELEASE CHANNEL ch00;
}