Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Inside job
Inside joblet
tOracle connection component
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?