After announcing the test version of offline oracle log miner for 10g, I spent a few day's free time in testing and bug fixing. Also I try to modify the code to support 8i/19 version oracle log files. Fortunately it's not so difficult thing to make the code work for 8i/9i, only few code need to be changed. Now you can download the MyLOG binary for oracle 8i/9i.
No new command added, all the same as MyLOG 10g version.
I also provide the binary file for RedHat (x86) and Solaris (Sparc64), for other platforms, I haven't the compile environments. But you can open log file from any platform by setting the BYTE_ORDER option. For example, I open an Solaris oracle log file on windows computer.
LOG> set BYTE_ORDER BIG
BYTE_ORDER = BIG
LOG> open c:\mydul\utility\gbcust1_24112.arc
DBID = 0x9d671cf9 = 2640780537
GROUP = 8, SEQUENCE = 24112
File Type = 2, Next Block = 16059
Start SCN = 0x031f.05c00824 = 3431775340580
Start Time = 2006-08-23 19:08:21
End SCN = 0x031f.05c00990 = 3431775340944
End Time = 2006-08-23 19:08:58
LOG>
Do not use this script for any data recovery, it's just for testing, and no replace of Oracle's log miner work.