Hello Experts,
Oracle DB version : 12c
We have a multi-threaded bash script (number of threads = 10).
We intend to run anonymous pl/sql blocks (performing DML operations) in these scripts.
Could you please let me know the design approach that may be taken for this problem so that table locks can be avoided.
I have heard about dbms_parallel_execute package. However, is there a way to run the pl/sql anonymous blocks without using this package.
Thanks and Regards.