Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
How to use multiple db connection and db close using joblet.
For example.
1.using joblet: which contains db connection reuse this connection any jobs.
Kindly share your points how to do it.
Regards
shree
@bshree88,did you verify below link?
https://help.talend.com/reader/HMt7OtoGzrwdkL_NOLwS_w/M5di4hfG5Vu5ZsOuqmvDAQ
Hi @manodwhb
Thanks for your reply.
Example not fit for my requirement.
Let me explain.
1. I have job which contains multiple database connection like oracle and mysql connection components.
2.We want to create joblet which contains this different connection then we want use this joblet across different jobs using Joblet.
thnaks
shree
@bshree88,no otherway,since you need to create a connection for each job.