Hi,
I have multiple schema from where I am reading the records and writing the records in batches. I am using JDBC with Oracle 11g , please let me know how we can have a rollback if something goes wrong with any of the database transaction? Whether JDBC does have a support for the rollback or whether we use to use Oracle Savepoint to mark the transaction and indicate which part of the transaction needs to be rollbacked? Pleas clarify. Any links on this is highly appreciated.
Thanks.