The CREATE_CONSUMER_GROUP procedure of DBMS_RESOURCE_MANAGER package has an argument cpu_mth which can be used to specify ROUND-ROBIN the default or RUN-TO-COMPLETION. These are resource allocation methods for distributing CPU among sessions in the consumer group. The default is ROUND-ROBIN, which uses a round-robin scheduler to ensure sessions are fairly executed. RUN-TO-COMPLETION specifies that sessions with the largest active time are scheduled ahead of other sessions.
No comments:
Post a Comment