Enabling Parallel DMLA DML statement can be parallelized only if you have explicitly enabled parallel DML in the session, as in the following statement:关于dml并行必须在会话层面明确指定,不指定都是位并行 ALTER SESSION ENABLE PARALLEL DML; 下面查看例子 create table scott.t1 as sel…