H.2.1.1.1 DISABLE

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

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