unrecoverable time on which object ?
Yoav, November 01, 2006 - 7:51 am UTC
Hi,
select file#, UNRECOVERABLE_CHANGE#, unrecoverable_time from v$datafile;
Thats teel me on which datafiles nologging-Operations happended.
Is it possible to know on which objects it occured?
Thanks
November 01, 2006 - 8:46 am UTC
no, just the set of possible objects.
O/S File "Date Modified" not up-to-date
Alex, April 02, 2007 - 1:04 pm UTC
Tom
Our is a Windows 2003 Server environment.
Looking at the .dbf files via Window Explorer, the "Date Modified" shows date as early as 3/13/2007, even though the checkpoint time show today's date as indicated below.
select file#, last_time, checkpoint_time from v$datafile;
FILE# LAST_TIME CHECKPOIN
---------- --------- ---------
1 02-APR-07
2 02-APR-07
3 02-APR-07
4 02-APR-07
5 02-APR-07
6 02-APR-07
7 02-APR-07
8 02-APR-07
9 02-APR-07
10 02-APR-07
11 02-APR-07
Can you please tell me why is that so ?
What can I do to make the O/S file reflect the current date and time; I already tried inserting a record, commit, and switch log file, but to no avail.
Even the Redo log files show 3/14/2007. The database is running and alive.
April 03, 2007 - 9:02 pm UTC
why do you care?
windows is "unique", we haven't closed the files in a long time - that is all.
Alex, April 04, 2007 - 11:05 am UTC
Thanks Tom.
I was alarmed for a while as it looked like the database activities were "not updated" into the files.
Anyway, I did a 100,000 records insert thereafter and the Windows timestamp shows the current date and time.
I thought there would be a command in Oracle similar to the Unix "touch".
REPORT UNRECOVERABLE;
Kev B, August 28, 2012 - 4:37 am UTC
Hi Tom!
While performing a test restore of a database on a test server I encountered problems performing the recovery. It was a basically straightforward RMAN restore to the most recent point in time.
Because of this problem I went back to the production server and ran REPORT UNRECOVERABLE at which point the 6 datafiles that comprise the database were returned as unrecoverable.
I don't understand why this may have happened. The backups that have been taken (a weekly INC0 and daily INC1 cumulative) have been taken successfully (at least, no errors have been returned) and our hardware monitoring system has shown no hardware defects in the storage arrays.
What else may cause a backup to become unrecoverable?
Many thanks for your answer in advance.
Kind regards,
Kev