Hi,
I have a requirement where I'll be extracting records from some 10 tables and load into another 10 tables.
I want this loading to happen in parallel.
I will write a PL/SQL procedure to accomplish it where I'll be passing table name and some search criteria. This will be inside a loop where records from source tables would be read and written to target table.
Can I write procedure in a way that will make loading of a table running in parallel with loading of another table?
Thanks in advance
I have a requirement where I'll be extracting records from some 10 tables and load into another 10 tables.
I want this loading to happen in parallel.
I will write a PL/SQL procedure to accomplish it where I'll be passing table name and some search criteria. This will be inside a loop where records from source tables would be read and written to target table.
Can I write procedure in a way that will make loading of a table running in parallel with loading of another table?
Thanks in advance