Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DB Corruption
David,
These views/tables each have CORRUPTION_CHANGE# in them. You could use the SCN_TO_TIMESTAMP function to get the time that the corruption was detected.
>From the docs, this column stores the "Change number at which the
logical corruption was detected. Set to 0 to indicate media
corruption."
-Jamie
select scn_to_timestamp(1711819000) from dual;
SCN_TO_TIMESTAMP(1711819000)
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Sep 30 2004 - 17:56:23 CDT
![]() |
![]() |