Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

ACID Compliance for Output Write to Oracle Database

Trevor_Nordberg
5 - Atom

Hello Community,

 

I'm currently using Alteryx + Server as the batch ETL engine for our data infrastructure. I recently realized that if the output tool is interrupted in the middle of writing to the database, it doesn't roll back the changes, but appears to commit as it writes. This is not ACID compliant, which could become a big problem.

 

Is this how anyone else understands the tool to work?

Is there a native solution for ACID compliance writes to Oracle database?

 

I've gotten around this by first writing to tables as a staging layer, and then calling a stored procedure to write to production tables from the staging tables. Some full loads, others incremental loads.

This method works, but I've got to believe Alteryx has a native way of doing this.

 

Thanks!

0 REPLIES 0
Labels
Top Solution Authors