dar*_*sun 0 oracle parallel-processing plsql
我有这样的程序.
create or replace
Procedure PROCEDURE_NAME
begin
Insert Instructions
Insert Instructions
Insert Instructions
Some Instructions
Some Instructions
Some Instructions
end;
Run Code Online (Sandbox Code Playgroud)
以上是可以并行执行的指令块,没有任何冲突.如何在Oracle Procedure中定义并行执行它们?
我可以为它们制作不同的程序但是在这个程序中寻找最小的修改,我相信在SQL中调用并行指令是可能的.