I want track database record changes after latch fetch operation using java.I don't have any permission to alter or create any table in that database.
CheckSum is a one solution but for that to store checksum I need permission to create table in database .
I can not use triggers.
any other solutions ?