Restore a database on new host (Problem 2) [message #611679] |
Mon, 07 April 2014 01:10  |
 |
kakakoko
Messages: 22 Registered: March 2014
|
Junior Member |
|
|
Hi,
I want to restore Database on new host:
database host1 has two diskgroups called on +DATA and +CATCHE and each diskgroup has one datafile (+DATA\orcl\datafile\datafile1.dbf , +CATCHE\orcl\datafile\datafile2.dbf)
First of all I made two diskgroups in host2 with same name diskgroups in host1. But after restoring, both two datafile are in diskgroup +DATA.
Even I used Set NewName commnad in restorantion command.
RUN{
Set NewName for datafile 6 to '+CATCHE\orcl\datafile\datafile2.dbf';
RESTORE DATABASE ;
SWITCH DATAFILE ALL;
RECOVER DATABASE;
}
Does anyone know what is the problem?
|
|
|
|