单选题Every resource plan must contain an allocation to which consumer group?()ALOW_GROUPBSYS_GROUPCDEFAULT_GROUPDBASE_GROUPEOTHER_GROUPS

题目
单选题
Every resource plan must contain an allocation to which consumer group?()
A

 LOW_GROUP

B

 SYS_GROUP

C

 DEFAULT_GROUP

D

 BASE_GROUP

E

 OTHER_GROUPS


相似考题
更多“Every resource plan must contain an allocation to which cons”相关问题
  • 第1题:

    Which three statements are true about terms in a policy?()

    • A、The order of the terms in a policy is irrelevant
    • B、The action is specified in a then statement
    • C、Ters are optional in a policy
    • D、The match condition can be identified with a from statement
    • E、Every policy must contain at least one term

    正确答案:B,D,E

  • 第2题:

    Which two statements are true about the security-related tags in a valid Java EE deployment descriptor?()

    • A、Every  tag must have at least one  tag.
    • B、A  tag can have many  tags.
    • C、A given  tag can apply to only one  tag.
    • D、A given  tag can contain from zero to many  tags.
    • E、It is possible to construct a valid  tag such that,for a given resource,no user rolescan access that resource.

    正确答案:B,E

  • 第3题:

    You recently activated a resource plan named OLTP_PLAN in your database. Several users are concurrently running long transactions. You decide to monitor the resource manager to determine if the resource allocation formulated in the OLTP_PLAN is sufficient for peak database hours. Which dynamic performance view should you use to display the CPU time consumed by all the sessions within the resource groups?()  

    • A、 V$SYSSTAT
    • B、 V$SESSSTAT
    • C、 V$RSRC_PLAN
    • D、 V$RSRC_CONSUMER_GROUP

    正确答案:D

  • 第4题:

    Your system performs heavy transaction processing between 8:00 A.M. and 5:00 P.M. but runs batch processing and reports after that. You decide to create a separate resource plan to govern resource allocation for each time period. Which scheduler object will you use to switch automatically between the two resource plans?()  

    • A、 Window
    • B、 Program
    • C、 Job_Class
    • D、 Window group

    正确答案:A

  • 第5题:

    You are creating the simple resource plan using the DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN procedure. Which resource allocation policy will be used for the resource plan?()  

    • A、 RATIO
    • B、 EMPHASIS
    • C、 ACTIVE_SESS_POOL_MTH
    • D、 RESOURCE_DEGREE_LIMIT_ABSOLUTE

    正确答案:B

  • 第6题:

    Using Oracle Scheduler you have scheduled two jobs, JOB_A and JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()

    • A、 A window must have been created with the WEEKEND_PLAN resource plan.
    • B、 A program must have been created with the WEEKEND_PLAN resource plan.
    • C、 A job class must have been created with the WEEKEND_PLAN resource plan.
    • D、 A windows group must have been created with the WEEKEND_PLAN resource plan.

    正确答案:A

  • 第7题:

    单选题
    You execute the following block of code:   SQL>BEGIN   DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN   ( SIMPLE_PLAN => ’DEPARTMENTS’,   CONSUMER_GROUP1 => ’PAYROLLL’,   GROUP1_CPU => 50,   CONSUMER_GROUP2 => ’SALES’,   GROUP2_CPU => 25,   CONSUMER_GROUP3 => ’MARKETING’,   GROUP3_CPU => 25);   END;   SQL>/   What is a prerequisite for using the simple resource plan created by executing the above code?()
    A

     You must assign users to consumer groups.

    B

     You must grant the switch privilege to the users.

    C

     You must create a resource plan directive.

    D

     You must specify the complex resource plan.


    正确答案: C
    解析: 暂无解析

  • 第8题:

    单选题
    Your system performs heavy transaction processing between 8:00 A.M. and 5:00 P.M. but runs batch processing and reports after that. You decide to create a separate resource plan to govern resource allocation for each time period. Which scheduler object will you use to switch automatically between the two resource plans?()
    A

     Window

    B

     Program

    C

     Job_Class

    D

     Window group


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    Using Oracle Scheduler you have scheduled two jobs, JOB_A and JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()
    A

     A window must have been created with the WEEKEND_PLAN resource plan.

    B

     A program must have been created with the WEEKEND_PLAN resource plan.

    C

     A job class must have been created with the WEEKEND_PLAN resource plan.

    D

     A windows group must have been created with the WEEKEND_PLAN resource plan.


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()
    A

     assign users to consumer groups

    B

     set the resource plan for the instance

    C

     configure a simple resource plan and specify plan directives

    D

     configure a complex resource plan and specify plan directives


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users.   Which step must be performed before you can start using the resource plan?()
    A

    assign users to consumer groups

    B

    set the resource plan for the instance

    C

    configure a simple resource plan and specify plan directives

    D

    configure a complex resource plan and specify plan directives


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    Which three statements are true about windows?()
    A

    Only one window can be open at any given time

    B

    Consumer groups are associated with windows

    C

    Windows work with job classes to control resource allocation

    D

    The database service name must be provided during windows creation

    E

    Windows can automatically start job or change resource allocation among jobs for various time periods.


    正确答案: A,D
    解析: 暂无解析

  • 第13题:

    Which three are the valid statements in relation to SQL plan baselines?()

    • A、The plans can be manually loaded to the SQL plan baseline.
    • B、The plans in the SQL plan baseline are verified and accepted plans.
    • C、The plans generated for every SQL statement are stored in the SQL plan baseline by default.
    • D、The plan baselines are stored temporarily in the memory as long as the database instance is running.
    • E、  For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.

    正确答案:A,B,E

  • 第14题:

    Which statement is true about terms in a policy?()

    • A、A single term can be applied to a protocol or interface, independent of the policy
    • B、Every policy must contain at least one term
    • C、The name of a term is limited to five characters
    • D、Terms are optional

    正确答案:B

  • 第15题:

    Every resource plan must contain an allocation to which consumer group?()

    • A、 LOW_GROUP
    • B、 SYS_GROUP
    • C、 DEFAULT_GROUP
    • D、 BASE_GROUP
    • E、 OTHER_GROUPS

    正确答案:E

  • 第16题:

    Which of these represent the main components of Database Resource Manager?()

    • A、 Resource consumer groups
    • B、 Resource plans
    • C、 Resource-plan groups
    • D、 Resource-plan directives
    • E、 All of the above

    正确答案:A,B,D

  • 第17题:

    Which statement is true while creating subplans using Resource Manager?()

    • A、 The subplan must belong to the consumer group, SYS_GROUP.
    • B、 The total CPU usage at any given level must be less than 100%.
    • C、 The subplans can be used to restrict the degree of parallelism for a user.
    • D、 You can use a resource plan instead of a consumer group to implement a priority ranking within the plan.

    正确答案:D

  • 第18题:

    单选题
    You are creating the simple resource plan using the DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN procedure. Which resource allocation policy will be used for the resource plan?()
    A

     RATIO

    B

     EMPHASIS

    C

     ACTIVE_SESS_POOL_MTH

    D

     RESOURCE_DEGREE_LIMIT_ABSOLUTE


    正确答案: A
    解析: 暂无解析

  • 第19题:

    单选题
    You recently activated a resource plan named OLTP_PLAN in your database. Several users are concurrently running long transactions. You decide to monitor the resource manager to determine if the resource allocation formulated in the OLTP_PLAN is sufficient for peak database hours. Which dynamic performance view should you use to display the CPU time consumed by all the sessions within the resource groups?()
    A

     V$SYSSTAT

    B

     V$SESSSTAT

    C

     V$RSRC_PLAN

    D

     V$RSRC_CONSUMER_GROUP


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    A cluster administrator decides ti implement application monitoring in order to monitor both a web application and its supporting database. The plan is to use a single resource group prod_rg and to configure one monitor method for the web app and one monitor method for the database.  Which of the following statements best describes the need for custom resource monitor?()
    A

     Multiple application servers must be in a single resource group.

    B

     Multiple application servers per resource group may be monitored.

    C

     Multiple resource groups must each contain a single application server.

    D

     Multiple application servers in a cluster cannot use process monitoring.


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    Every resource plan must contain an allocation to which consumer group?()
    A

     LOW_GROUP

    B

     SYS_GROUP

    C

     DEFAULT_GROUP

    D

     BASE_GROUP

    E

     OTHER_GROUPS


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    Which statement is true while creating subplans using Resource Manager?()
    A

     The subplan must belong to the consumer group, SYS_GROUP.

    B

     The total CPU usage at any given level must be less than 100%.

    C

     The subplans can be used to restrict the degree of parallelism for a user.

    D

     You can use a resource plan instead of a consumer group to implement a priority ranking within the plan.


    正确答案: B
    解析: 暂无解析

  • 第23题:

    多选题
    Which three statements are true about windows? ()(Choose three.)
    A

    Only one window can be open at any given time

    B

    Consumer groups are associated with windows

    C

    Windows work with job classes to control resource allocation

    D

    The database service name must be provided during windows creation

    E

    Windows can automatically start job or change resource allocation among jobs for various time periods.


    正确答案: D,E
    解析: 暂无解析

  • 第24题:

    多选题
    Which three are the valid statements in relation to SQL plan baselines?()
    A

    The plans can be manually loaded to the SQL plan baseline.

    B

    The plans in the SQL plan baseline are verified and accepted plans.

    C

    The plans generated for every SQL statement are stored in the SQL plan baseline by default.

    D

    The plan baselines are stored temporarily in the memory as long as the database instance is running.

    E

      For the SQL plan baselines to be accessible to the optimizer, the SYSAUX tablespace must be online.


    正确答案: A,E
    解析: 暂无解析