rman recover database ORA-01110: system01.dbf
hello gurus,
I executed :
1 - backup full database;
2 - i try to restore this database by;
Restorer le controlfile
set ORACLE_SID=WTXXXX
rman target / rcvcat rman_dba/rman_xxxx@RCAT12
set
DBID=1619516175
startup nomount;
run {
allocate channel ch00 type 'SBT_TAPE';
restore controlfile;
release channel ch00;
}
startup mount;
RMAN> run {
allocate channel ch00 type 'SBT_TAPE';
restore database;
recover database;
release channel ch00;
}
then I had got :
archived log for thread 1 with sequence 653 is already on disk as file /applis/WT10DEV3/archive/1_653_892566223.arc
unable to find archived log
archived log thread=1 sequence=101
Oracle Error:
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below