0

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).

Prathamesh H
  • 152
  • 5
  • 23
  • 2
    Run them from two different connections –  Jul 05 '19 at 07:11
  • If It is possible, Try `INSERT ALL` or `INSERT FIRST` – Popeye Jul 05 '19 at 07:21
  • @Prathamesh Do you mean the exact same statement, like in the duplicate question, or two different statements run concurrently? I have a feeling this question was incorrectly marked as a duplicate - let me know and I'll raise a flag if necessary. – Jon Heller Jul 06 '19 at 17:06
  • @Jon Heller Two different tables with two different statements inserting concurrently. – Prathamesh H Jul 08 '19 at 17:09

0 Answers0