yes, the problem is in normal condition, the archive logs per day is around 200 MB.
However, the archive logs on 6/1 was nearly 2GB. I want to look into the content of those archive logs to see whether there was abnormal matter happened. For example, what sql did perform in that date.
I want to know how can I view the content of the archive logs, so that i know what was happening
This one is a tricky one but you can still do it.
You have the arch logs in a unreadable binary format so you must first convert it into ANSI format.
first dump the file using
Code:
svrmgr> alter system dump logfile < logfile_name > < options >;
options has stuff like blockno, etc
To check if all of the dump file was written correctly at the end you must have 'END OF REDO DUMP'
if a particular scn can be provided then maybe you can attempt to recover the db before that 'troublesome 'scn.
Tarry Singh
I'm a JOLE(JavaOracleLinuxEnthusiast)
--- Everything was meant to be---
Bookmarks