read redo entries directly from redo log file?
14772Oct 19 2006 — edited Oct 21 2006Hi, guys
Is it possible to read redo entries directly from redo log file like reading a ordinary binary file? if so, then we want to develop customized Oracle Replication process ourself. and do you know where I can get the detail about redo entries format, how to read redo log file?
I found Quest SharePlex does this way to replicate data from primary database to secondary database, see http://www.quest.com/shareplex%5Farchitecture/
I appreicate any idea.