Hello,
We have one requirement where we have to validate some of the transaction data from the master data table and load the data into oracle.
Master data tables are there in Oracle side and transaction data we are getting from the DSO's.
one way which I found out is :
1)Load the data from the DSO's to oracle tables(Staging tables).
2)Create oracle procedures(Packages) and validate the data and update the staging tables records.
3)Load the data into main table from the staging tables.
but in this case procedures are taking too much time to update the records in staging table.
Please suggest something.
Thanks in advance.
Regards,
Meet