The inserts in this method lead to an error due to missing values. It seems that the Oracle support was not updated for a previous schema change.
This patch (unified diff, applied against version 2.1) fixes this error.
Not contained in this patch:
1. For replication from PostgreSQL to Oracle I had to patch the shadow table create statement to fix the default values for time datatypes.
2. In order to replicate from a schema "public" in Postgres to a differently named schema in Oracle I had to change the method OracleHandler.isSchemaSupported() to return false.
If anybody is interested in these further patches please contact me.
Patch for OracleHandler.saveRepTableData()