OCP CBT Question 685
Please solve the following question.
You have implemented a resource plan. You notice that some sessions in the 'BATCH_GROUP' are spawning many parallel queries and consuming excessive resources, leading to performance issues for other groups. You want to limit the maximum degree of parallelism for any query in the 'BATCH_GROUP' to 4 and also queue any parallel statement that exceeds this limit for a maximum of 300 seconds. Which directive parameters should you use?
Assume MY_PLAN and BATCH_GROUP are already created in a pending area.