Dear all
OS: -RHEL5
DB Version:- 11gr2
I am trying to backup a tablespace in the below mentioned path by using the below script
RMAN> backup device type disk tablespace users;
But what exactly the error i am getting is :-
RMAN> backup device type disk tablespace users;
Starting backup at 2014-01-09:12:37:44
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=23 device type=DISK
channel ORA_DISK_1: starting full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00004 name=+DATA/orcl/datafile/users.259.836129771
channel ORA_DISK_1: starting piece 1 at 2014-01-09:12:37:44
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/09/2014 12:37:45
ORA-19504: failed to create file "+FRA/test1"
ORA-17502: ksfdcre:4 Failed to create file +FRA/test1
ORA-15005: name "test1" is already used by an existing alias
The configure command what i done is:-
RMAN> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '+FRA/test1';
and i create the required destination '+FRA/test1'
Thanks in advance