Content
Hello,
I've created an incremental Dataflow in OAC to over come the problem of "huge record set" in my datasource. My datasource has more than 10 lakhs of records and dataflow processing this dataset fails. To overcome this issue I am using incremental dataflow for which I've set, "save data to" option to "db connection".
Purpose of using this dataflow is to "incrementally add data to existing data" in the db table. I am seeing inconsistent behaviour with this dataflow. Please let me know, if some one has used "incremental dataflow"?. If yes, I would like to understand, the reliability of using it.
I am facing below challenges with incremental dataflow:
1.The physical table, I have created in the database (used with "save data to" option in the dataflow) is not persistent. First time I run the dataflow, all records in the source table are copied to the physical table (in "save data to" option).
2.Second time, when I run the dataflow, I get the error "table or view does not exist".
Please help!
Thanks in advance,
Chethana