Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using Talend DI 6.3.0 tool for data migration from oracle 12c to oracle 12C databases.
Blob field contains binary data.
I have tried & tested by mapping ,Blob as type Object (or byte[] ) in source and destination database, (As it answered in one of your forum)
But Its failing whenever I am migrating blob related columns. Getting following error:
ORA-00932: inconsistent datatypes: expected CHAR got BLOB.
FYI, I am using tOracleInput and tOracleOutput component.
Please revert.
Thanks in advance.
Regards,
Sangram
Hi @rchinta, I suspect that this post (https://community.talend.com/t5/Design-and-Development/resolved-Create-file-from-a-blob-input-oracle...) may help you out. It is from a while ago, but I believe it is still relevant. Keep in mind that this is related to an image stored as a blob. The solution should be able to be extrapolated from.