ubuntu9.04 server install oracle11g question?

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
andykinglee
帖子: 17
注册时间: 2009-05-13 11:40

ubuntu9.04 server install oracle11g question?

#1

帖子 andykinglee » 2010-04-28 19:59

在配置好 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
andykinglee
帖子: 17
注册时间: 2009-05-13 11:40

Re: ubuntu9.04 server install oracle11g question?

#2

帖子 andykinglee » 2010-04-28 20:12

怎么没人哦。 郁闷。。
andykinglee
帖子: 17
注册时间: 2009-05-13 11:40

Re: ubuntu9.04 server install oracle11g question?

#3

帖子 andykinglee » 2010-05-08 16:51

问题已解决

我的方法是用Ubuntu原带的unzip做一个symlink,这样做
$ln -s /usr/bin/unzip /你的oracle11安装目录/install/unzip
$sudo chmod 777 /usr/bin/unzip
回复