0

I'm trying to implement ODI scd km and the table has a clob field. I'm getting error in the step where it compares the clob value from the target table with the i$ temporary table.

ORA-00932: inconsistent datatypes: expected - got CLOB

Any suggestions on how to get past this error

4

1 回答 1

0

您无法在 oracle 中比较 clob。您可以做的是计算 clob 上的哈希值并比较哈希值。

于 2018-07-10T12:52:33.857 回答