I want to know if there is a similar type of tool to say subversion for Oracle.
I am in a bit of a situation where I need to debug potential coding or data issues. The problem is that the Data is quite big and to do a update every 24h or so will just be impossible. But Im thinking if there is a way to run a script that could look at the local and production DB, determine the difference between them ( production DB being the wanted changes ). and update the local DB with those new records/changes.
Is there something out there that might do this type of thing?
This will be for oracle 11gR2 databases