ORA-01152: file string was not restored from a sufficiently
old backup

Answers were Sorted based on User's Feedback



ORA-01152: file string was not restored from a sufficiently old backup..

Answer / guest

Cause: An incomplete recovery session was started, but an
insufficient number of logs were applied to make the
database consistent. This file is still in the future of the
last log applied. The most likely cause of this error is
forgetting to restore the file from a backup before doing
incomplete recovery.

Action: Either apply more logs until the database is
consistent or restore the database file from an older backup
and repeat recovery.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

ORA-01152: file string was not restored from a sufficiently old backup..

Answer / suhas d

Hello,

If we use a backup controlfile and do recovery, it is
mandatory to open the database with the RESETLOGS option
(incomplete or point in time recovery).

The Backup and Recovery Basics Oracle doc states this
clearly.

If this is an ARCHIVE mode database and controlfile was
backed up using RMAN 'BACKUP CURRENT CONTROLFILE' or such,
we can do incomplete recovery and open resetlogs.

SQL> recover database until cancel using backup controlfile;

Copy over as many archived logs from source to the local
(target) log_archive_dest folder (suggested) and give full
path directions in the above command.

Recovery can happen until you wish to. Type CANCEL when
done and open the database with resetlogs option.

Regards,
Suhas

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-29701: unable to connect to Cluster Manager

1 Answers  


LSX-00170: union must have memberTypes attribute or some simpleType children

1 Answers  


KUP-04005: file operation successful

1 Answers  


DRG-11109: assigned lexer does not support string query operator

1 Answers  


TNS-00518: Incomplete read or write

1 Answers  






ORA-29967: Cannot drop an operator binding with dependent objects

1 Answers  


ORA-31690: Process name buffer size must be specified and must be greater than 0.

1 Answers  


IMG-00712: unable to write to destination image

1 Answers  


NNO-00120: line string: topology name "string" not allowed here

1 Answers  


ORA-32817: message system link string is not configured with a log queue for string

1 Answers  


LPX-00302: Incorrect stylesheet. The node is not valid.

1 Answers  


RMAN-06560: WARNING: backup set with key number will be read number times

1 Answers  


Categories