Run/execute multiple procedures in Parallel - Oracle PL/SQL

后端 未结 3 1666
孤城傲影
孤城傲影 2021-01-01 08:14

I have an Activity table which is getting all the table events of the system. Events like new orders, insertion/deletion on all the system tables will be inserted into this

3条回答
  •  天命终不由人
    2021-01-01 08:20

    You should try to use DBMS_PARALLEL_EXECUTE (since RDBMS 11).
    https://blogs.oracle.com/warehousebuilder/entry/parallel_processing_in_plsql
    https://oracle-base.com/articles/11g/dbms_parallel_execute_11gR2

提交回复
热议问题