Hi All,
I need to understand how is transaction log structured? Is it change data block from database( changed vector block) or the transactions being committed by the applicaiton(e.g: insert into emp values (1,'uno','india')
Also during replication, whether Changed Block is transferred from Master to Slave or Transaction if replayed at Slave.
Regards