Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need a solution for this error message. I understand the issue after reading several discussion boards. However, I am not finding a solution that works. My source has 380 columns which i use tmap to do datatype conversions into my oracle target. Any suggestion on how can I reduce the size of the generated code?
Hi, is due to java limitation , you can take a look at https://www.thinkartha.com/blog/talend-studio-best-practices-increase-studio-performance-and-setting...
it will provide a solution that maybe can work in your job.
Send me Love and Kudos
Hello,
Please feel free to let us know if this article helps.
https://community.talend.com/s/article/Exceeding-the-Java-bytes-limit-1Z1UZ
Best regards
Sabrina
This solution does not work at all. This is definately a bug to be fixed or make the fixed version available in Talend Open Studio ASAP ( if already fixed).
Hello,
You could raise a jira issue of DI project for work item issue on talend jira portal. Our developers will check your issue and give a workaround on your use case.
Best regards
Sabrina
I can suggest to do it in two time, you made one insert with id and the first 190 columns then you made an update with id and the last 189 columns.