Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Blob data Insertion

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

 

 

 

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

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.