Is there a way where I can run DML statements on different tables in parallel on a Oracle database?
By in parallel I mean if I have two insert statements on table A and table B, they should both be executed at the same time (not sequentially).
Is there a way where I can run DML statements on different tables in parallel on a Oracle database?
By in parallel I mean if I have two insert statements on table A and table B, they should both be executed at the same time (not sequentially).