Recover Database
To All,
I'm trying to recreate our test database by using the database files from Prod Server. I copy the files & use a text copy of the control files to create the database.
The Problem is when i use command#1 it gives an error but when i use command#2 it works fine. I just know for my knowledge the reason of this.
Command#1:
recover database using backup controlfile;
Error:-
ORA-00308: cannot open archive log 'name.dbf'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information:3
Command#2;
RECOVER DATABASE using backup controlfile until cancel;
I'm trying to recreate our test database by using the database files from Prod Server. I copy the files & use a text copy of the control files to create the database.
The Problem is when i use command#1 it gives an error but when i use command#2 it works fine. I just know for my knowledge the reason of this.
Command#1:
recover database using backup controlfile;
Error:-
ORA-00308: cannot open archive log 'name.dbf'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information:3
Command#2;
RECOVER DATABASE using backup controlfile until cancel;
0