Hi All,
I am wondering that if we create 10 jobs that each one inserts 100 rows to a specific table. Will it be parallel? In other words, please correct me if I am wrong, when a job starts Oracle doesn't wait it until it finish. It will execute the others respectively, right? If this logic is true, so we can use DBMS_JOB or DBMS_SCHEDULER for parallel processing?
Thanks in advance.