在配置好 oracle11g 需要安装的环境后 运行 ./runInstaller 不显示安装界面 并且报错。。如下 请高手指点。
oracle@ljth:~/database$ ./runInstaller -jreLoc /usr/lib/jvm/java-6-sun/jre/
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 80493 MB Passed
Checking swap space: must be greater than 150 MB. Actual 19077 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,at which time they will be rechecked.
Continue? (y/n) [n] y
Rechecking installer requirements....
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-28_07-58-44PM. Please wait ...sh: /home/oracle/database/install/unzip: No such file or directory
ubuntu9.04 server install oracle11g question?
-
- 帖子: 17
- 注册时间: 2009-05-13 11:40
-
- 帖子: 17
- 注册时间: 2009-05-13 11:40
-
- 帖子: 17
- 注册时间: 2009-05-13 11:40
Re: ubuntu9.04 server install oracle11g question?
问题已解决
我的方法是用Ubuntu原带的unzip做一个symlink,这样做
$ln -s /usr/bin/unzip /你的oracle11安装目录/install/unzip
$sudo chmod 777 /usr/bin/unzip
我的方法是用Ubuntu原带的unzip做一个symlink,这样做
$ln -s /usr/bin/unzip /你的oracle11安装目录/install/unzip
$sudo chmod 777 /usr/bin/unzip