Oracle SOA 12C Doubt

0
Question: We are using a File Adaptor to read data from a file which has 12 records. It looks like the BPEL is creating flow instances for each record while processing the file. We don't want to create that many flow intances as it will be a overhead on the server if we have to process huge volume of records. Please suggest a solution on how to process all the records in one batch such that it creates only one Flow instance. BTW, We are reading the data from the file using File Adapter and Inserting the data into a target database using DB Adaptor.
Responses (1)
  • Accepted Answer

    Thursday, April 18 2019, 09:41 AM - #Permalink
    0
    Hello,

    Please remove the "read file in multiple batches" property of file adapter.
    The reply is currently minimized Show
Your Reply