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

SQL*Loader-00564: illegal hexadecimal literal specified for record delimiter

1 Answers  


ORA-10918: TABLESPACE GROUP name cannot be the same as tablespace name

1 Answers  


ORA-39016: Operation not supported when job is in string state.

1 Answers  


ORA-00306: limit of string instances in this database

1 Answers  


ORA-22341: cannot assign supertype instance to subtype

1 Answers  






EXP-00081: Exporting access control for table/view "string" as non-DBA.

1 Answers  


ORA-06976: X.25 Driver: endpoint creation failure

1 Answers  


ORA-29312: changes by release string cannot be used by release string, type: string

1 Answers  


ORA-16580: bad Data Guard NetSlave network link

1 Answers  


ORA-27196: skgfpbk: sbtpcbackup returned error

1 Answers  


ORA-02308: invalid option string for object type column

1 Answers  


ORA-23620: bind value size too large for PL/SQL CALL operation

1 Answers  


Categories