Home  >  Article  >  Database  >  在Windows中显示Linux的图形界面

在Windows中显示Linux的图形界面

WBOY
WBOYOriginal
2016-06-07 16:52:221373browse

xmanager secureCRT结合使用环境:在xp中安装虚拟机vmware ,host-only方式虚拟Linux系统。xp的ip为192.168.0.1,虚拟机Linux为1

xmanager secureCRT结合使用

环境:在xp中安装虚拟机vmware ,,host-only方式虚拟Linux系统。xp的ip为192.168.0.1,虚拟机Linux为192.168.0.88

在xp中安装xmanager和secureCRT ,默认情况下CRT不能显示图形界面,通过以下配置可以实现在Windows下的CRT里显示Linux中的Oracle图形界面:

以oracle用户登陆Linux,修改.bash_profile

$ vi .bash_profile

在最后加上以下内容:

DISPLAY=192.168.0.1:0.0

export DISPLAY

然后 $source .bash_profile

就大功告成。以oracle用户登陆CRT,敲入dbca试试,可以显示出来图形界面的创建数据库。

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn