Oracle relies on Redo Logs to log all transactions performed against the database. The primary purpose of these logs is to allow Oracle to recover changes made to the database in case of a failure.
To display modifications to Oracle database contents(DML,DDL) as TEXT FORMAT in the order of Transactions from Online-Redolog or ArchiveLog using LogMiner . Options are similer to mysqlbinlog. $ perl ...