You can set the DOP using an ALTER SESSION statement, as in the following:
ALTER
SESSION
ALTER SESSION SET parallel_degree_policy = limited; ALTER TABLE employees parallel degree;
Scripting on this page enhances content navigation, but does not change the content in any way.