安装oracle时出现了这样的问题,求助!

[oracle@localhost database]$ ./runInstaller
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB. Actual 7199 MB Passed
Checking swap space: must be greater than 150 MB. Actual 2047 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 <<<<

Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n) [n] y

>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2018-12-29_11-49-19AM. Please wait ...
DISPLAY not set. Please set the DISPLAY and try again.
Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
- For csh: % setenv DISPLAY 192.168.1.128:0.0
- For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
Use the following command to see what shell is being used:
echo $SHELL
Use the following command to view the current DISPLAY environment variable setting:
echo $DISPLAY
- Make sure that client users are authorized to connect to the X Server.
To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
% xhost +
To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
% <full path to xclock.. see below>
If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
Typical path for xclock: /usr/X11R6/bin/xclock

    xhost +           ##root用户下执行该命令

    su - oracle       ##切换至oracle用户,注意中间的“-”,不要忽略

    ./runInstaller   ##cd至解压的database目录下执行该命令,三个要求均pass即可启动图形化界面程序

温馨提示:内容为网友见解,仅供参考
第1个回答  2018-12-29
指定静默安装文件,然后再安装
$ ./runInstaller -silent -ignoreSysPrereqs -showProgress -responseFile /home/oracle/db_install.rsp本回答被网友采纳
第2个回答  2018-12-29
规范化看空间第一条

安装oracle时出现了这样的问题,求助!
xhost + ##root用户下执行该命令 su - oracle ##切换至oracle用户,注意中间的“-”,不要忽略 .\/runInstaller ##cd至解压的database目录下执行该命令,三个要求均pass即可启动图形化界面程序

《求助帖》安装oracle时 提示oracle database 配置失败
可能程序不兼容, 可以更换个版本试试。另外建议参考下程序对配置的要求。或者右键需要运行的程序 选择兼容性 用兼容模式运行试试。

《求助帖》安装oracle时 提示oracle database 配置失败
可能程序不兼容, 可以更换个版本试试。另外建议参考下程序对配置的要求。或者右键需要运行的程序 选择兼容性 用兼容模式运行试试。

你好,请问oracle11G安装的时候报ora-27102out of memory错误该怎么解 ...
我也遇到这个问题了,其实就是你在安装Oracle时给的内存太大(默认占系统内存40%,你直接下一步了),可能你电脑上还有很多其他程序。我的解决办法是:当他提示失败时,选择skip,让数据先安装完毕。然后再启动windows下:database configuration assistant 自己手动创建一个实例;Linux下:# cd $oracle_h...

oracle 12c安装到一半失败了。求助???
这种情况我在安装oracle9时曾几次遇见。判断原因可能有:杀毒软件防火墙阻止或误判,系统读取原始安装光盘或文件出错,原始安装文件本身缺失,所选目标路径下安装前本身有与之冲突的文件数据。某些时候再次运行安装程序或重选新的安装路径可以解决问题,选择继续而忽略此文件的安装有时也不会影响oracle主要功能的...

求助WIN8 64位安装ORACLE 12C报错INS-30131-CSDN论坛
方法\/步骤 1、第一步:控制面板>所有控制面板项>管理工具>服务>SERVER 启动。2、第二步:控制面板>所有控制面板项>管理工具>计算机管理>系统工具>共享文件夹>共享。3、右键单击“共享”>新建共享>。4、点击“下一步”>单击“浏览”>选择"本地磁盘(C:)">确定。5、第三步:“共享名”输入 "C$...

linux安装oracle 出现错误:ins_net_client,求助!
一般是oracle必须的包没有安装上,你可以查看一下安装日志,将所需的包安装上,然后再重新安装oracle

ORACLE安装出现 ORA-01017:无效的用户名\/口令;拒绝登陆
1、用户名\/口令是否正确 2、该用户是否有权限(如:连接权限等)3、该用户是否被锁住

oracle和plsql安装大问题!! access violation at address in module...
原因:这个是因为你本地安装的ORACLE版本过低.而你连接的ORACLE版本高的原因.解决办法:步骤1:找一个高版本(至少与你连接的ORACLE数据库相同)的数据库安装.步骤2:打开你的PLSQL,在TOOLS\\PREFERENCES\\CONNECTIONS 中,把ORACLE HOME选择最新安装的.步骤3:重新连接即可....

ORA-00933
在处理这类问题时,首先要检查SQL语句的完整性和一致性,确保每个命令都以适当的结束标记(通常是分号)结束,避免遗漏或者多余的操作。如果问题依然存在,可能需要查阅Oracle的官方文档或者求助于相关技术论坛,以获取详细的解决方案和示例。解决此类问题的关键步骤包括:仔细审查SQL语句,确认每个子句和操作都...

相似回答