Controlling User Level Parallelism
Is it possible to control the user level degree of parallelism in a session without using resource manager? I want to check if we can control the parallelism of both DDL & DML by specific users in a database. This control should also include the hint based forced parallelism queries.
Thank You!