問題描述:
在Linux + oracle 安裝時,采有root 帳號登錄x-windows 界面,然后
$su oracle 登錄錄安裝Oracle 報以下錯誤:
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,Continue? (y/n) [n]
>>> Ignoring required pre-requisite failures. Continuing...The commandline for unzip:/tmp/orcl/linuxamd64_12102_database/database/install/unzip -qqqo
解決辦法:
1、直接用oracle用戶登錄 x-window ,進行安裝;
2、用root用戶運行
# xhost + 本機IP
然后
$su oracle 安裝oracle 數據庫
原文地址:http://blog.csdn.net/snowfoxmonitor/article/details/52346512