Hi Team ,
I hope this message finds you well. I am currently working on a data ingestion process, specifically moving data from an Oracle table to SQL Server within the Appian platform. I am exploring the available options, and I would appreciate some guidance on the most effective approach.
Thanks in advance.
Discussion posts and replies are publicly visible
Appian is a business process automation platform, but not a ETL tool and no good fit for just shifting large volumes of data from one DB to another.
Can you elaborate on your use case and share more details?
I currently have view access to an Oracle database and need to extract data in batches. The data will serve as a source for my task and will be loaded from a staging table to another destination using a stored procedure.
Here is the approach I am considering:
Batchwise Data Extraction:
Appian Data Store Entity:
Error Log Mechanism:
Stored Procedure for Data Loading:
If I would have to do it in Appian, I would do it in the way you planned out.
How will be the performance.
I am missing all the relevant details to make any assumptions on performance.
An Appian approach typically is very slow when compared to using a real ETL tool. But if performance is not of concern to you ...
Ok thank you for your help