14.1.1.1.6 DISABLE
When the PARALLEL_DML option in the FSI_OPTIMIZATION_SETTINGS 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 computation engine will ever run in parallel.