H.2.1.2.1 DISABLE
When the PARALLEL_DML option in the FSI_PARALLEL_PARAMETERS table is set to DISABLE, the engine will begin each rule by issuing the following statement:
ALTER SESSION DISABLE PARALLEL DML;
Setting Parallel DML to DISABLE will ensure that no DML statement issued by the allocation engine will ever run in parallel.