|
|
|
|
|
|
Re: Renaming Datafiles [message #199302 is a reply to message #181933] |
Mon, 23 October 2006 05:29 |
kamalakar_ora
Messages: 30 Registered: October 2006 Location: Bangalore
|
Member |
|
|
Hi Ebrain,
Can you please suggest me how can I restore a individual datafile ?
I backed up using the following command:
RMAN> copy nochecksum datafile 'D:/Oracle/oradata/dbdata/tools01.dbf' to 'C:\too
ls01.bak' level 0;
And the tried the following to restore the same:
RMAN>SQL 'ALTER DATABASE DATAFILE tools01.dbf OFFLINE';
But got the following error:
RMAN> SQL 'ALTER DATABASE tools01.dbf OFFLINE';
sql statement: ALTER DATABASE tools01.dbf OFFLINE
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of sql command on default channel at 10/23/2006 14:33:56
RMAN-11003: failure during parse/execution of SQL statement: ALTER DATABASE tool
s01.dbf OFFLINE
ORA-02231: missing or invalid option to ALTER DATABASE
Please suggest me the steps to Recover individual datafiles.
Regards,
Kamalakar.
|
|
|
|