14.1.1.1.1 DISABLE

When the PARALLEL_QUERY 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 QUERY;

Setting Parallel Query to DISABLE will ensure that no SELECT statement issued by the computation engine will run in parallel.