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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Types for database BLOB field

Hi,

I have to extract from an oracle table a BLOB field.

 

In the schema of my tOracleInput component, I set the type of this field to byte[] and the database type to BLOB:

0683p000009LvUh.png

 

It works fine but I get this warning at tOracleInput component level:
"The schema's DB type not correct for this component"

 

How can I get rid of it ? Are my types not correct for a BLOB field ?

 

Regards.

 

Eric

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

Talend will give a warning message to you if the schema type is not the same as dbType. Actually it doesn't affect your job result.

 

Best regards

Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

Talend will give a warning message to you if the schema type is not the same as dbType. Actually it doesn't affect your job result.

 

Best regards

Sabrina

Anonymous
Not applicable
Author

I would add that the warning is often erroneous (at least in 6.x versions), albeit innocuous. For example, create a MySQL table with a field of type int(10). If you do a retrieve schema, Talend will correctly map this to DB Type "INT UNSIGNED", but you'll nonetheless get the "schema's dbType not correct for this component" warning message in a tMySQLInput.