• OCP-1Z0-053-V13.02-60题


    60.For which two situations would you use functionality provided by the Resource Manager? (Choose two.)

    A. setting idle timeout limits on resource plans

    B. saving storage space by using compressed backup sets

    C. creating jobs that will run automatically at a scheduled time

    D. assigning priorities to jobs to manage access to system resources

    E. creating alerts to perform notification when tablespaces are low on available space resources

    Answer: AD
    答案解析:

    题意哪两种情况下,会使用的资源管理器提供的功能? (选择两项)。
     A,资源计划设置空闲超时限制;正确。
    空闲时间限制:可以指定会话的空闲时间,超过该时间后将终止会话(MAX_IDLE_TIME)。你可以进一步限制资源管理器,使其只终止阻止其它会话的会(MAX_IDLE_TIME_BLOCKER)。
    B,节省存储空间,通过使用压缩备份集
    C,创造就业机会,将在预定的时间自动运行
    D,分配优先级作业管理系统资源的访问,正确。
    E,创建警报执行通知时,表空间是低可用空间资源

    What Solutions Does the Resource Manager Provide for Workload Management?

    When database resource allocation decisions are left to the operating system, you may encounter the following problems with workload management:

    • Excessive overhead

      Excessive overhead results from operating system context switching between Oracle Database server processes when the number of server processes is high.

    • Inefficient scheduling

      The operating system deschedules database servers while they hold latches, which is inefficient.

    • Inappropriate allocation of resources

      The operating system distributes resources equally among all active processes and cannot prioritize one task over another.

    • Inability to manage database-specific resources, such as parallel execution servers and active sessions

    The Resource Manager helps to overcome these problems by allowing the database more control over how hardware resources are allocated. In an environment with multiple concurrent user sessions that run jobs with differing priorities, all sessions should not be treated equally. The Resource Manager enables you to classify sessions into groups based on session attributes, and to then allocate resources to those groups in a way that optimizes hardware utilization for your application environment.

    With the Resource Manager, you can:

    • Guarantee certain sessions a minimum amount of CPU regardless of the load on the system and the number of users.

    • Distribute available CPU by allocating percentages of CPU time to different users and applications. In a data warehouse, a higher percentage can be given to ROLAP (relational online analytical processing) applications than to batch jobs.

    • Limit the degree of parallelism of any operation performed by members of a group of users.

    • Manage the order of parallel statements in the parallel statement queue. Parallel statements from a critical application can be enqueued ahead of parallel statements from a low priority group of users.

    • Limit the number of parallel servers that a group of users can use. This ensures that all the available parallel servers are not allocated to only one group of users.

    • Create an active session pool. An active session pool consists of a specified maximum number of user sessions allowed to be concurrently active within a group of users. Additional sessions beyond the maximum are queued for execution, but you can specify a timeout period, after which queued jobs will terminate. The active session pool limits the total number of sessions actively competing for resources, thereby enabling active sessions to make faster progress.

    • Manage runaway sessions or calls in the following ways:

      • By placing an absolute limit on the percentage of CPU that a group can consume

      • By detecting when a session or call consumes more than a specified amount of CPU or I/O, and then automatically either terminating the session or call, or switching it to a consumer group that is allocated a small amount of CPU, which would in effect mitigate the impact of the runaway session or call

    • Prevent the execution of operations that the optimizer estimates will run for a longer time than a specified limit.

    • Limit the amount of time that a session can be idle. This can be further defined to mean only sessions that are blocking other sessions.

    • Allow a database to use different resource plans, based on changing workload requirements. You can dynamically change the resource plan, for example, from a daytime resource plan to a nighttime resource plan, without having to shut down and restart the instance. You can also schedule a resource plan change with Oracle Scheduler. 


  • 相关阅读:
    C#跨窗体操作(引用传递)
    C#中使用自定义消息
    WebService基于SoapHeader实现安全认证[webservice][.net][安全][soapheader]
    C#webBrowser实现在新选项卡打开链接
    ASP.NET FormsAuthentication跨站点登录时绝对地址返回的问题
    winform 实现TextBox 关键字智能提示
    SQL批量上传海量数据的存储过程
    优化SQL 语句 in 和not in 的替代方案
    (转)CMMI+人性化管理=软件流程改善成功之道
    两个ComboBox互相联动的一种解决方法
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316350.html
Copyright © 2020-2023  润新知