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

    111. You are installing Oracle Database 11g on a machine. When you run the installer, the Oracle

    Universal Installer (OUI) shows the message that says one of the product-specific prerequisite checks

    has failed:

    Checking available swap space requirements ...

    Expected result: 1512MB

    Actual Result: 1018MB

    Check complete. The overall result of this check is: Failed <<<<

    Problem: The system does not have the required swap space.

    What happens to the installation in this situation?

    A.It can be continued.

    B.It resizes the swap space automatically when you proceed further.

    C.It can be continued, but the instance cannot be started without increasing the swap space.

    D.It shows a message saying one or more prerequisite checks have failed and the installation cannot

    proceed.

    Answer: A  

    答案解析:

    [oracle@rtest database]$ ./runInstaller
    Starting Oracle Universal Installer...
     
    Checking Temp space: must be greater than 120 MB.   Actual 126981 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 16386 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-20_07-20-17AM. Please wait ...
    [oracle@rtest database]$

    这是我在安装Oracle 11.2.0.3.0时检查交换分区的提示,从这个提示上来看: Checking swap space: must be greater than 150 MB. 说明在Oracle 11gr2中SWAP只要大于150M就可以安装。



     

  • 相关阅读:
    CodeForces 97 E. Leaders(点双连通分量 + 倍增)
    51nod 1318 最大公约数与最小公倍数方程组(2-SAT)
    关于 atcoder 页面美化的 css
    凸优化小结
    LOJ #2802. 「CCC 2018」平衡树(整除分块 + dp)
    AGC 016 F
    BZOJ 3745: [Coci2015]Norma(分治)
    BZOJ 1124: [POI2008]枪战Maf(构造 + 贪心)
    Linux之Json20160705
    Linux之ioctl20160705
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316559.html
Copyright © 2011-2022 走看看