hello,
i have a probleme on one Oracle Client. at 19h30 the backup return the error 245.
the backup is launched by a RMAN Script. the schedule is an application Schedule (Tivoli 8.3).
the server client is AIX 6.1 Netbackup client version is 7.5
the Master server is Windows 2008 R2. Netbackup server version is 7.5.0.6
in this policy we have 47 clients (all of them pass without any problem, and with the same script
the same client is backing up successfully with the same policy at different time. when we change the backup time for the same instance at 20h30 the backup pass successfully !!!
there is no logs in bpdhp folder. it's empty.
please find in the attachement the dbclient log
) .
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the script is :
$ORACLE_HOME/bin/rman "TARGET=/""CATALOG=rman/rman@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vob.app)(PORT=1522))(CONNECT_DATA=(SI
D=rmax)))" CMDFILE='/production/Exploit/vob/log/RMAN_BCKP_DB_INCR/20150225193007042610/000001.log' LOG='/production/Exploit/vob/log
/RMAN_BCKP_DB_INCR/20150225193007042610/000002.log' APPEND >>/production/Exploit/vob/log/RMAN_BCKP_DB_INCR/20150225193007042610/000
003.log 2>&1
RMAN> 2> 3> 4> 5> 6>
contenu du fichier /production/Exploit/vob/log/RMAN_BCKP_DB_INCR/20150225193007042610/000001.log
run {
allocate channel chnl1 device type="SBT_TAPE";
backup incremental level=1 cumulative as backupset format="%d_DB_INCR_20150225193007_%U_%t" tag "DB_INCR_DB" database plus archiv
elog tag "DB_INCR_ARCH" delete all input;
backup current controlfile format="%d_DB_INCR_20150225193007_%U_%t" tag "DB_INCR_CONTROL";
}
thanks for your help