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就可以安装。



     

  • 相关阅读:
    修改服务器时间以后 cookie无法保存
    SqlServer 2017 下载地址及密钥
    ASP.NET CORE 开发路线
    在ASP.NET CORE下生成PDF文档
    Redis 学习笔记2
    Redis 学习笔记1
    notepad++文件对比
    Notepad++主题设置与推荐
    Vivado HLx 2019.1下载、安装与激活
    Tensorflow机器学习入门——cifar10数据集的读取、展示与保存
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316559.html
Copyright © 2011-2022 走看看