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

Connection pool inside joblet

I created a Poc Route that contains a job and a joblet.

Inside a job I generate data and insert it to DB. I have a tOracleConnection component that uses connection pooling.

I deploy the poc to the runtime.

 

If I put a commit component inside a job the data is inserted into DB(After I run the route) but if I put it inside a joblet the data is not inserted.

How can I solve that?

 

Inside Route

0683p000009LwX2.png

 

Inside job


0683p000009LwDB.png

Inside joblet

0683p000009Lwmp.png

 tOracle connection component

0683p000009LwrP.png

Labels (3)
1 Reply
Anonymous
Not applicable
Author

So my question is if I use connection pooling and if I use commit component inside the joblet(like in the picture) can I insert data to Oracle DB?