远程使用xmanager一定要确保linux服务器上有下安装有xterm
yum install-y xterm

#xmanager
打开xstart,如果提示要创建一个sessionname,就先给这个会话起个名,然后输入host,protocol选择ssh,command选择3 xterm(linux type2)
然后点run启动
root
su - oracle
export DISPLAY=本地windowsIP:0.0
xhost +
./runInstaller

如果出现界面乱码
export LANG=en_US.UTF-8

附录:
先切换到root用户,执行xhost +
然后切换到oracle用户,执行export DISPLAY=:0.0

在每次调用界面以前,我们使用export临时设置LC_CTYPE
export LC_CTYPE =en_US.iso88591

相关文章:

  • 2021-12-12
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2021-11-22
  • 2021-12-26
猜你喜欢
  • 2022-01-08
  • 2021-07-05
  • 2021-09-28
  • 2021-08-30
  • 2022-12-23
  • 2022-02-09
  • 2021-07-16
相关资源
相似解决方案