Interface Suggestion
Posted: Thu Dec 07, 2006 1:58 pm
Here is our scenario
We have custom interface process in place. Receiving file from third party ,upload data into staging tables, validate data, upload data into oracle interface tables, run Oracle interface to upload data into Oracle standard tables.
Whole process more or less is sequential. That means user have to process one file at a time. That is somewhat hindrance, users can't work in parallel or if anything goes wrong with one file user can't proceed to next.
What we are looking is for a solution where we accept multiple files at a time and process them simultaneously. Any suggestion how this can be achieved ?
We have custom interface process in place. Receiving file from third party ,upload data into staging tables, validate data, upload data into oracle interface tables, run Oracle interface to upload data into Oracle standard tables.
Whole process more or less is sequential. That means user have to process one file at a time. That is somewhat hindrance, users can't work in parallel or if anything goes wrong with one file user can't proceed to next.
What we are looking is for a solution where we accept multiple files at a time and process them simultaneously. Any suggestion how this can be achieved ?