Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> Linux操作系統下創建DBCA報錯問題的解決

Linux操作系統下創建DBCA報錯問題的解決

日期:2017/2/7 16:57:43      編輯:Linux教程

環境是linux as 4


在我創建dbca的時候出現如下錯誤:

Xlib:connection to ":0.0" refused by server

Xlib:No protocol specified

java.lang.NoClassDefFoundError


解決辦法:


先用root用戶執行:

#xhost


然後切換至Oracle:

$export DISPLAY=localhost:0.0

$dbca


或用Oracle用戶執行:

->xhost

->export DISPLAY=127.0.0.1:0.0

->dbca

Copyright © Windows教程網 All Rights Reserved