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



 

原文地址:https://www.cnblogs.com/hzcya1995/p/13316559.html