Forum Discussion
rpatrick00
5 years agoContributor
This is not surprising.
Oracle databases scope a transaction to a single database connection (unless you are using XA…). In order for a pipeline to group multiple snap operations into a single database transaction, the snaps would need to somehow pass the database connection along from snap to snap for each pipeline invocation (e.g., by using a pipeline-instance-aware connection pool) or use XA transactions.