Unable to Recover database [message #622396] |
Tue, 26 August 2014 02:14 |
|
RAJEMBAA7
Messages: 15 Registered: February 2014 Location: dubai
|
Junior Member |
|
|
Hi,
When I try to recover rman backup in a new host I am getting the below error.
alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110: data file 1: 'F:\APP\ADMINISTRATOR\ORADATA\RTEST\SYSTEM01.DBF'
I have taken the back using the below command
{
backup as compressed backupset database plus archivelog ;
backup current controlfile;
backup spfile;
}
I don't have the copy of archive logs .
Is it required to take the back up of archive logs and redo logs every time?
When we take the backup archive logs also will be backed up right?
How will I open the database with out this.
Kindly help
Thanks,
Rajesh.
|
|
|
|
|
|
|
|
|