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

tOracleBulkExec -

Spoiler
I'm trying to use tOracleBulkExec as part of my design to load a huge flat file data
but I'm facing the below issue:
"Field in data file exceeds maximum length" for most of the fields.

In order to mitigate the  default datatype in SQLLDR - char(255) issue, I modified my control file to use the required length for all the fields as below 

"Col_A" CHAR(2000),
"Col_B" CHAR(255),
"Col_C" CHAR(255),
"Col_D" CHAR(25)  etc.,

and checked the "Use existing control file" option to use the modified .ctl file. But, still ended up getting the same error.
Any suggestions to resolve this error?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

   Could you please share the table DDL and also the current schema you are suing to load the data? I would also prefer Varchar instead of Char to save the space in DB.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved