Archive for December, 2010

Running log miner from python

Friday, December 10th, 2010

Python is so flexible for quick and dirty toolsets, that I built one this morning that invokes the Oracle log miner software to read archived redo logs. It queries the logs for changes to a given table, and prints any records it finds. The version below needs to be enhanced to have search filters... »

Posted in Database, Development, Oracle, Python | No Comments »