zoukankan      html  css  js  c++  java
  • OCP-1Z0-052-V8.02-51题

    51. In a system, large online transaction processing (OLTP) jobs run during the daytime that require a

    large database buffer cache. In the night, the system supports batch jobs that require a higher value to be

    set for the large pool. You must simultaneously configure the memory components to accommodate the

    peak requirement.

    What would you do to automate this configuration for the memory components with change in mode of

    working? 

    A.Set the SGA_TARGET initialization parameter to zero.

    B.Set the PRE_PAGE_SGA initialization parameter to TRUE. 

    C.Set the MEMORY_MAX_TARGET initialization parameter to zero.

    D.Set the SGA_TARGET initialization parameter to a nonzero value.

    Answer: D  

    答案解析:

    参考:http://blog.csdn.net/rlhua/article/details/12493791

     

    对于白天运行大型联机事务处理(OLTP)  作业(要求大型缓冲区高速缓存)和夜晚运行并行批处理作业(要求大型池的内存空间比较大)的系统,就必须同时配置缓冲区高速缓存和大型池,以便适应峰值需求。
    有了ASMM 功能,当 OLTP  作业运行时,缓冲区高速缓存会获取大部分内存来保证良好的I/O  性能。以后启动数据分析和报告批处理作业时,内存又会自动迁移到大型池,供并行查询操作使用,而不会产生内存溢出错误。
    如果使用的是服务器参数文件(SPFILE) ,则Oracle DB 会在每次关闭实例时记住自动优化的组件的大小。因此,系统不需要在每次启动实例时都重新了解工作量的特性。它可以利用从以前的实例中获取的信息,从上次关闭时中断的位置开始继续评估工作量。
  • 相关阅读:
    1434. Buses in Vasyuki 夜
    SAP
    目标
    组合数
    KM算法模板
    网络流
    CodeForces 43E
    B. Unsorting Array codeforces 127
    Colorful Rainbows 127
    C. Anagram codeforces
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317023.html
Copyright © 2011-2022 走看看