Database Backup and Recovery (MOSC)

MOSC Banner

rman recover database ORA-01110: system01.dbf

edited Dec 24, 2015 10:05AM in Database Backup and Recovery (MOSC) 13 commentsAnswered


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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center