【发布时间】:2012-02-14 19:31:06
【问题描述】:
最初的问题
我正在 Ubuntu 10.04 中安装 Oracle 11g 第 2 版 企业版(在 VMWARE 上运行)。需要这方面的帮助。
问题 #1:
我在关注
- https://forums.oracle.com/forums/thread.jspa?threadID=1115155
- http://www.pythian.com/news/13291/installing-oracle-11gr2-enterprise-edition-on-ubuntu-10-04-lucid-lynx/
都推荐安装
- libstdc++5_3.3.6-17ubuntu1_amd64.deb
- ia32-libs_2.7ubuntu6.1_amd64.deb
但我在申请 wget 时收到 404 问题
问题 2:
我跳过这部分看结尾,最后我被困在下面的命令中运行
$ cd database
$ ./runInstaller
它的抛出错误像
/opt/database/runInstaller: 153: /opt/database/install/.oui: Permission denied
问题阶段 2
Thnx 沙迪亚
最后我可以摆脱初始问题。这是愚蠢的许可问题。但现在卡在另一个。当我跑步时
./runInstaller
首先它显示以下失败
Checking Temp space: must be greater than 80 MB. Actual 10055 MB Passed
Checking swap space: must be greater than 150 MB. Actual 894 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
如果我忽略此检查并按 y 继续,它会显示
Exception in thread "main" java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at java.awt.Toolkit$2.run(Toolkit.java:821)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
at oracle.install.commons.util.Application.startup(Application.java:758)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
由于我的 ubuntu 在 VMWARE 上运行,可能是它没有正确获取显示属性。 也作为澄清 我在做
DISPLAY=oracle:0.0 ; export DISPLAY
这里oracle是
的输出whoami
有什么建议吗?
【问题讨论】:
-
@finding_1: 这个问题只发生在
oracle用户身上。如果我尝试使用默认用户帐户,一切正常。但我需要 oracle 用户提供这个:( @finding_2:xter, xclock不在 oracle 用户中工作,但在默认用户中工作。