You updated the resource plan directive for the resource consumer group, DSS_USERS. The resource plan directive is assigned to the DSS_PLAN by using the following statement:
SQL>EXEC DBMS_RESOURCE_MANAGER.UPDATE_PLAN_DIRECTIVE (PLAN => ’DSS_PLAN’,
GROUP_OR_SUBPLAN => ’DSS_USERS’,
NEW_CPU_P1 => 80,
NEW_SWITCH_GROUP => ’CANCEL_SQL’,
NEW_SWITCH_ESTIMATE => TRUE,
NEW_SWITCH_TIME => 600);
A user connects to the database and starts an operation. What is the outcome if Oracle estimates that the execution time for this operation will exceed 600 seconds?()