I am loading a table from an Oracle source with the ODX. When I load the table without an incremental selection rule, the table loads fine. But when I add an incremental rule on a datetime column (change date column in the source table) I get the error:
ORA-01861: literal does not match format string
Does the ODX server pass the correct where clause to the Oracle DB for the incremental load? Or am I doing something wrong?
Any help greatly appreciated!