Facing the "ORA-00932: inconsistent datatypes: expected %s got %s [1020436] (oracle_endpoint_unload.c:173)" error. I have checked the source and target columns and both are same. Here I take Oracle as a source and snowflake as a target.
The Source column has the date / Timestamp/varchar and numeric types and snowflake also have the same datatype.
May I know why the error is appear ? Can someone help on this ?