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!

UNABLE TO RENAME DATAFILE

818535Dec 10 2010 — edited Dec 10 2010
Hi

I tried to rename a datafile by making the datafile and table space offline,
I am getting the following error messages

SQL> alter tablespace usersdata rename datafile '/home/oracle/DB11G/usersdata03.dbf' to '/home/oracle/DB11G/usersdata04.dbf';
alter tablespace usersdata rename datafile '/home/oracle/DB11G/usersdata03.dbf' to '/home/oracle/DB11G/usersdata04.dbf'
*
ERROR at line 1:
ORA-01525: error in renaming data files
ORA-01141: error renaming data file 8 - new file
'/home/oracle/DB11G/usersdata04.dbf' not found
ORA-01110: data file 8: '/home/oracle/DB11G/usersdata03.dbf'
ORA-27037: unable to obtain file status
Linux Error: 2: No such file or directory
Additional information: 3

Y ITS NOT HAPPENING ???????

Thnaks in adv..
This post has been answered by asifkabirdba on Dec 10 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 7 2011
Added on Dec 10 2010
15 comments
4,428 views