zoukankan      html  css  js  c++  java
  • 053702

    View the Exhibit and examine the parameter settings in your server-side parameter file (SPFILE).

    When you tried to start the database instance, you received the following error:

    Why did the instance fail to start?
    A.Because the PGA_AGGREGATE_TARGET parameter is not set
    B.Because the STATISTICS_LEVEL parameter is set to BASIC
    C.Because MEMORY_TARGET and MEMORY_MAX_TARGET cannot be equal
    D.Because both the SGA_TARGET and MEMORY_TARGET parameters are set.

    官方答案是D,B的话也可以吧,STATISTICS_LEVEL设置为BASIC会禁用Automatic SGA Memory Management (ASMM)和自动内存管理
    https://www.2cto.com/database/201505/403235.html
    11g MEMORY_TARGET参数对SGA和PGA的影响  https://www.2cto.com/database/201209/153263.html

  • 相关阅读:
    php上传文件大小修改
    flex布局
    restful
    mysql之windows忘记密码
    mysql常用命令
    比较级浅析1
    一般副词的位子
    still讲解
    英语学习法
    as的如下用法
  • 原文地址:https://www.cnblogs.com/Babylon/p/7838562.html
Copyright © 2011-2022 走看看