I am debugging a spring batch application that uses Oracle. I am seeing lot of tables getting modified by the spring batch Job. And also , it is very difficult to go through the code base to understand what are all the tables got modified.
Is there an easy way to know what are all the tables & records got modified by the spring batch job?