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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
sreenivasulu56
Contributor
Contributor

Create table varchar2( x char) at run time in talend

Hi All,

How to create table varchar2( x char) at run time in talend.

In talend it is creating varchar2(x byte).

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

For your requirement, please have a look at this related topic: https://community.talend.com/s/question/0D53p00007vCspMCAS/how-to-use-varchar2-x-char-datatype-inste...

Let us know if it helps,

Best regards

Sabrina

Pawel_M
Contributor II
Contributor II

Ther is no solution, why you are adding link that is not solving anything?

Pawel_M
Contributor II
Contributor II

to fix that

just after creating an Oracle connection with On success add the tDBRow reuse connection

as SQL :

"alter session set nls_length_semantics='char'"

than on success start, your desired flow with reusing oracle

0695b00000aF99BAAS.png