afaik no, you canīt set a limit for each user, what tou can do is :
- set a (small) degree for each table involved
or
- use PARALLEL_ADAPTIVE_MULTI_USER, with this the first user will NOT be able to use all the slaves, some will be reserved, and in the future, with new users trying to do parallel things, more slaves will be "removed" from the first user. But this algorithm is CLOSED, you canīt change it, you canīt specify what portion os slaves to each user...
You can use Resource manager to limit the number of px slaves per consumer group.
You can modify that to a case where the consumer group has one user only and hence limit px slaves per user
Bookmarks