Rman Backup failure
HiAll,
Facing the below issue,
This is mapped drive from SAN, Backup task created using Domain account that installed oracle software & has the admin rights to these folders,
sometimes the backup files is getting created and sometimes it fails with the below error , what could be the reason for it.
Recovery Manager: Release 12.1.0.2.0 - Production on Tue Oct 18 03:00:00 2016
Copyright (c) 1982, 2015, Oracle and/or its affiliates. All rights reserved.
connected to target database: PROD (DBID=2079932960)
RMAN> run{
2> Crosscheck Archivelog All;
3> report obsolete;
4> delete obsolete;
5> backup incremental level=1 tag='Daily_Increment_Backup' filesperset 20 format "F:\RMAN\backups\backupset\Daily_%T_L1_%d-%s_%p.db" database include current controlfile;