|
Re: Redo Logs Missing | Datafile Corrupted [message #298676 is a reply to message #298674] |
Thu, 07 February 2008 01:55 |
varu123
Messages: 754 Registered: October 2007
|
Senior Member |
|
|
Are you on Oracle 7/8i?
Quote: | I Deleted the two unused groups and created newer ones. But am not able to delete the redo_1.log(group 1). The error states that its an online log file. thats fine.
|
Why did you delete them?
Quote: | 3> svrmgrl> recover database until cancel
|
Did you lose any datafiles?
Tail ALERT LOG.
|
|
|
Re: Redo Logs Missing | Datafile Corrupted [message #298685 is a reply to message #298676] |
Thu, 07 February 2008 02:52 |
ankurjain
Messages: 11 Registered: July 2007 Location: Vadodara, Gujarat, India
|
Junior Member |
|
|
I am using oracle 8i v8.1.7. The three redo files were deleted mysteriously .... we only found that the redo files were missing when the error was reported.
Since the files were deleted so i recreated the same files by deleting and then recreating the groups, but in the process deleting the current group gave error.
I got an error for the system_1.dbf file like this :
Quote: |
ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/u02/oradata/master2/system_1.dbf'
|
|
|
|
|
Re: Redo Logs Missing | Datafile Corrupted [message #298704 is a reply to message #298697] |
Thu, 07 February 2008 04:02 |
ankurjain
Messages: 11 Registered: July 2007 Location: Vadodara, Gujarat, India
|
Junior Member |
|
|
Can u explain a bit how to do that. what i get from your lines is :
1> Restore backup from old recent tape backup. Backup the .dbf file.
2> For recovery do 'revocer database until cancel'
Am i right ?
|
|
|
Re: Redo Logs Missing | Datafile Corrupted [message #298883 is a reply to message #298704] |
Fri, 08 February 2008 02:27 |
ankurjain
Messages: 11 Registered: July 2007 Location: Vadodara, Gujarat, India
|
Junior Member |
|
|
Hi All,
From some search over the net i found that recovery is not possible for my data. Its OK if the data is not recovered as i have another database server which is working and logging all data. Now please instruct me how can i start the database clean, without any errors ?
-Thanks
AJ
|
|
|
Re: Redo Logs Missing | Datafile Corrupted [message #298914 is a reply to message #298704] |
Fri, 08 February 2008 04:35 |
ankurjain
Messages: 11 Registered: July 2007 Location: Vadodara, Gujarat, India
|
Junior Member |
|
|
Hi All,
I managed to get the backups of the *.dbf as well as redo logs but they are around 5 months old. Can i place these in the default location and perform recovery steps as described above :
startup nomount;
recover database until cancel;
alter database start resetlogs;
Please reply guys
-AJ
|
|
|