我们可以在 Linux 的 Windows 子系统上安装 Oracle 数据库吗

我们可以在 Linux 的 Windows 子系统上安装 Oracle 数据库吗

我尝试在适用于 LINUX 的 Windows 子系统上安装 Oracle 数据库,当我尝试执行命令 ./runInstaller 时,发生以下错误

ERROR: Unable to verify the graphical display setup. This application requires X display. 
Make sure that xdpyinfo exist under PATH variable.

No X11 DISPLAY variable was set, but this program performed an operation which requires it.

你能帮我解决这个错误吗?我们可以在适用于 LINUX 的 Windows 子系统上安装 Oracle 数据库吗?错误的屏幕截图在这儿

答案1

默认情况下,WSL 不附带或安装 X Window 服务器。

不过,您可以安装第 3 方 X Window 服务器,例如xmingvcxsrv,我已成功将这两种服务器与 WSL Ubuntu 一起使用。

相关内容