On 18 May 2013 02:24, geeky2 <gee...@hotmail.com> wrote:
> Hello Gora,
>
>
> thank you for the reply -
>
> i did finally get this to work.  i had to cast the column in the DIH to a
> clob - like this.
>
>     cast(att.attr_val AS clob) as attr_val,
>     cast(rsr.rsr_val AS clob) as rsr_val,
>
> once this was done, the ClobTransformer worked.
[...]

This would seem to indicate that the column was not a
blob to start with. Did you try to index directly without
the ClobTransformer?

Regards,
Gora

Reply via email to