clone database using hot backup on windows [message #308649] |
Tue, 25 March 2008 02:30 |
sheldon1982
Messages: 59 Registered: February 2008 Location: india
|
Member |
|
|
Hi Experts,
i am in the process of cloning the database from prod to test on windows. we are netapps backup. in the scripts
the scripts look like this:
alter database backup control file to o:\...\..\*.bak
after this have to start up the database in mount stage and then we have to issue a command
recover database until cancel using backup controlfile;
but i am getting an error.
ORA-01195:online backup of file 1 needs more recoery to be consistent
ORA-01110:data file 1:'U:\ORACLE\ORADATA\SPACES\SYSTEM01.DBF'
could anybody please help me out.
Thanks,
Sheldon
|
|
|
|
|
|
|
|
|