My Oracle Support Banner

ORA-1113, ORA-1110 When recovering a copy of the database on a different server (Doc ID 816974.1)

Last updated on MARCH 14, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 9.2.0.5 and later
Information in this document applies to any platform.

Symptoms

After putting database is backup mode and copying over the files and recreating the controlfile and applying several archivelogs to get beyond the database being in backup mode, an error was received when trying to open the database with resetlogs:

SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: '/oracle/PRDDAT/DATA1/tables/PRDDAT.SYSTEM.data1.dbf'

The following queries resulted in:

select distinct(fhscn) from x$kcvfh;
just one value

select distinct(fhsta) from x$kcvfh; 
only the value of 0

select distinct status from v$backup;
not active

Also we looked at the create controlfile script, it has resetlogs in the creation.  The recovery command he was using was:

recover database using backup controlfile;

Then several logs would be applied and then eventually cancel and try to open with resetlogs.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.