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

DRG-50926: invalid text query string

1 Answers  


ORA-19724: snapshot too old: snapshot time is before file string plug-in time

1 Answers  


SQL*Loader-00649: Quoted string missing closing quote

1 Answers  


ORA-13189: recursive SQL parse failed

1 Answers  


ORA-09713: Global hardware clock failure caused instance termination.

1 Answers  






ORA-12450: LOB datatype disabled in LBAC initialization file

1 Answers  


SQL*Loader-02026: the load was aborted because SQL Loader cannot continue.

1 Answers  


ORA-12724: regular expression corrupt

1 Answers  


NNL-00522: Removes a data item from a name by value or by type

1 Answers  


RMAN-06170: no controlfile copy found with offline range recid string stamp string datafile string

1 Answers  


ORA-08401: invalid compiler name: string

1 Answers  


ORA-25288: AQ HTTP propagation encountered error, status-code number, string

1 Answers  


Categories