Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-19504 Failed to create file "+FRA/test1"

939393Jan 9 2014 — edited Jan 9 2014

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

This post has been answered by Anurag Tibrewal on Jan 9 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2014
Added on Jan 9 2014
4 comments
1,512 views