Linux上安装Oralce数据库时,往往需要调出图形界面,虽然xmanager passive已经启动,但是依旧调不出来,出现如下报错:

[oracle@cdr database]$ export DISPLAY=172.20.20.15:0.0
[oracle@cdr database]$ ./runInstaller
Starting Oracle Universal Installer...Checking Temp space: must be greater than 500 MB.   Actual 495816 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 7551 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 beforecontinuing with the installation,Continue? (y/n) [n] nUser Selected: NoExiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2021-12-23_05-45-13PM/installActions2021-12-23_05-45-13PM.log

解决方法:
先检查xdpyinfo是否安装:

[root@cdr ~]# /usr/bin/xdpyinfo
-bash: /usr/bin/xdpyinfo: No such file or directory

检查发现xdpyinfo没有安装,先安装xdpyinfo

[root@cdr ~]# yum -y install xdpyinfo
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-utils.x86_64 0:7.5-23.el7 will be installed
--> Processing Dependency: libdmx.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXxf86dga.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: xorg-x11-utils-7.5-23.el7.x86_64
--> Running transaction check
---> Package libXv.x86_64 0:1.0.11-1.el7 will be installed
---> Package libXxf86dga.x86_64 0:1.1.4-2.1.el7 will be installed
---> Package libdmx.x86_64 0:1.1.3-3.el7 will be installed
--> Finished Dependency ResolutionDependencies Resolved====================================================================================================================================================================================================================================Package                                                     Arch                                                Version                                                      Repository                                       Size
====================================================================================================================================================================================================================================
Installing:xorg-x11-utils                                              x86_64                                              7.5-23.el7                                                   c7                                              114 k
Installing for dependencies:libXv                                                       x86_64                                              1.0.11-1.el7                                                 c7                                               18 klibXxf86dga                                                 x86_64                                              1.1.4-2.1.el7                                                c7                                               19 klibdmx                                                      x86_64                                              1.1.3-3.el7                                                  c7                                               16 kTransaction Summary
====================================================================================================================================================================================================================================
Install  1 Package (+3 Dependent packages)Total download size: 168 k
Installed size: 334 k
Downloading packages:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                               3.7 MB/s | 168 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transactionInstalling : libXxf86dga-1.1.4-2.1.el7.x86_64                                                                                                                                                                                 1/4 Installing : libdmx-1.1.3-3.el7.x86_64                                                                                                                                                                                        2/4 Installing : libXv-1.0.11-1.el7.x86_64                                                                                                                                                                                        3/4 Installing : xorg-x11-utils-7.5-23.el7.x86_64                                                                                                                                                                                 4/4 Verifying  : xorg-x11-utils-7.5-23.el7.x86_64                                                                                                                                                                                 1/4 Verifying  : libXv-1.0.11-1.el7.x86_64                                                                                                                                                                                        2/4 Verifying  : libdmx-1.1.3-3.el7.x86_64                                                                                                                                                                                        3/4 Verifying  : libXxf86dga-1.1.4-2.1.el7.x86_64                                                                                                                                                                                 4/4 Installed:xorg-x11-utils.x86_64 0:7.5-23.el7                                                                                                                                                                                                Dependency Installed:libXv.x86_64 0:1.0.11-1.el7                                              libXxf86dga.x86_64 0:1.1.4-2.1.el7                                              libdmx.x86_64 0:1.1.3-3.el7                                             Complete!

然后即可调出图形界面

[oracle@cdr database]$ ./runInstaller
Starting Oracle Universal Installer...Checking Temp space: must be greater than 500 MB.   Actual 495814 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 7551 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2021-12-23_05-46-11PM. Please wait ...[oracle@cdr database]$

Could not execute auto check for display colors using command /usr/bin/xdpyinfo相关推荐

  1. VNC下安装Oracle报错--Could not execute auto check for display colors

    在VNC下使用Oracle用户安装软件,无法正常显示图形界面 解决办法: 1.root用户登录 2.执行 xhost + 3.su - oracle 4../runInstaller 转载于:http ...

  2. xdpyinfo命令找不到_无法使用命令 /usr/bin/xdpyinfo 自动检查显示器颜色。请检查是否设置了 DISPLAY 变量。 未通过...

    无法使用命令 /usr/bin/xdpyinfo 自动检查显示器颜色.请检查是否设置了 DISPLAY 变量. 未通过 <<<< 安装Oracle 11G 执行报错,这是怎么解 ...

  3. 无法使用命令 /usr/bin/xdpyinfo 自动检查显示器颜色。请检查是否设置了 DISPLAY

    https://blog.csdn.net/woshigedahaoren/article/details/9493887 转载于:https://www.cnblogs.com/diyunpeng/ ...

  4. Sorry, user user is not allowed to execute '/usr/bin/apt-get update' as root on

    错误描述:在子用户下修改/.bashrc时,修改完成后无法保存.利用chmod修改权限没有报错,但文件依旧无法写入.当使用sudo命令时报上述错误. 错误原因:创建的子用户不在sudo命令组里面. 解 ...

  5. oracle display set,Check if the DISPLAY variable is set

    1.oracle安装报错如下: Checking Temp space: must be greater than 120 MB.   Actual 109499 MB    Passed Check ...

  6. linux 手动安装 oracle(转)

    Linux下安装Oracle 11 此为参照CU论坛上的高人写的文章并结合自身环境增加了点细节性的东西 操作系统 CentOS 4.2 2.6.11.8内核 安装准备 下载Oracle11安装包 内存 ...

  7. Oracle数据库安装Version12c

    1.安装规划 Oracle数据库版本: Linuxamd64_12102_database 12c Linux服务器系统: CentOS Linux release 7.5.1804 (Core) 6 ...

  8. Oracle安装出现报错

    报错信息如下: >>> Couldnot execute auto check for display colors using command /usr/bin/xdpyinfo. ...

  9. CentOS7下使用yum快速安装配置oracle数据库

    2019独角兽企业重金招聘Python工程师标准>>> CentOS7下使用yum快速安装配置oracle数据库 2017年10月10日 15:29:23 aladdin_sun 阅 ...

最新文章

  1. Js计算时间差(天、小时、分钟、秒)
  2. mysql 数据库学习(触发器)
  3. C++-Loki Allocator
  4. 轨迹相似性度量之基于Hausdorff与LCSS的理解
  5. BERT+CRF互联网金融新实体发现
  6. 2018 NLPCC Chinese Grammatical Error Correction 论文小结
  7. poj2054 Color a Tree
  8. InnoDB存储引擎概念与原理解析
  9. 3dmax无法显示缩略图 或者 缩略图显示为黑色 -解决方法
  10. 转-----EasyCHM制作教程
  11. html输入框素材,html文本框代码
  12. MySQL-多表操作
  13. pic pwm 占空比可调 源码_PWM占空比 调节实例
  14. Android: Android Studio 的模拟器一些使用问题
  15. Scheme语言学习---求解三个数中其中两个较大数的和
  16. 菜鸟入门_Python_机器学习(1)_线性可分的双月实验
  17. tooth的用法_tooth的复数和用法例句
  18. 【随手记】Oracle存储过程报错 Compilation errors for PACKAGE BODY
  19. 各向同性+随动硬化+过应力-vumat-理论推导
  20. 音乐音频 | openSMILE提取音频需要掌握的知识

热门文章

  1. 集合基本概念及其使用
  2. 6.4_rnn-scratch
  3. DB2分页SQL优化(宝,我优化了分页,每分钟都想你的夜)
  4. CDN缓存加速系统wdcdn3.1版本发布(20120929)
  5. ArchLinux搭建tftpd服务器
  6. python的常见矩阵除法_numpy常用矩阵运算方法【转】
  7. LeetCode——427. 建立四叉树
  8. Adversarial Dynamic Shapelet Networks(AAAI2020)
  9. 威布尔weibull distribution
  10. Spring Boot Thymeleaf(十一)