Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You will need to make sure all your inserts are running in the same session.
to fix your job add a tOracleConnection component as the first component in the flow. in all your DB output components, check the "use existing connection" and pick the tOracleConnection component as the source. Then add a tOracleCommit component as a final component in your job.