Linux下安裝Oracle 錯誤解決 - Error: Can't open display:127.0..0.1:0.0
如果我們在安裝Oracle軟體的時候,發現錯誤 can’t open display:127.0.0.1:0.0 , 可能 display 無法找到 127.0.0.1 對應的圖形連結庫,需要使用export DISPLAY=:0.0 來使得系統自動尋找匹配的圖形連結庫,並修改全面設定在/home/oracle/.bash_profile 檔案中的 DISPLAY 引數為=:0.0。 使用 xclock 命令來測試結果, 如果還是報錯。
可能是圖形介面登入的時候是root 環境,然後你轉化為oracle環境, 比如 su - oracle , 這樣可能也會導致這種錯誤。 Error: Can't open display:127.0..0.1:0.0
假設安裝oracle軟體的linux賬號為oracle , 那麼我們需要直接以oracle使用者登入圖形介面,而不是root 登入後,切換到oracle , 我們可以設定oracle使用者對應的VNC(以安裝oracle的使用者環境設定) ,然後以oracle使用者登陸VNC 進行安裝。
如果有libXp 型別的錯誤,可能是libXp 的rpm包沒有安裝。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-625275/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RMAN的"rman: can't open target"錯誤
- Mysql報錯Fatal error:Can't open and lock privilege tablesMySqlError
- Linux錯誤:xhost unable to open displayLinux
- linux上“rman can't open target”問題解決Linux
- [ERROR] Can't open the mysql.plugin tableErrorMySqlPlugin
- 本機執行x程式出現:Can't open display 原因及其解決方法
- Linux下安裝oracle,遇到錯誤的解決辦法LinuxOracle
- MySQL 5.5 原始碼安裝報錯"[ERROR] Can't start server"MySql原始碼ErrorServer
- Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist解決辦法ErrorMySql
- Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.Server
- can't assign requested address 錯誤解決
- linux解決xhost: unable to open displayLinux
- linux解決xhost unable to open display‘’Linux
- 完美解決xhost +報錯: unable to open display
- Linux下安裝oracle11g和錯誤詳解LinuxOracle
- rman: can't open target
- 在Linux上安裝Oracle時DISPLAY問題解決方案LinuxOracle
- Linux 5.4 NO VNC extension on display :0.0LinuxVNC
- export DISPLAY=:0.0Export
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- FileZilla:425 Can't open data connection for transfer of解決辦法
- linux操作提示:“Can't open file for writing”或“operation not permitted”的解決辦法LinuxMIT
- Linux下錯誤解決方案Linux
- MySQL錯誤1042-Can't get hostname for your address解決方法MySql
- Datastore error in 'dirbdb'錯誤解決ASTError
- Oracle安裝錯誤Oracle
- Oracle安裝報錯syntax errorOracleError
- wget下載安裝時出現錯誤doesn‘t match requested host name錯誤wget
- PHP curl error 60 錯誤解決PHPError
- 轉貼:xhost unable to open display解決方法
- 解決Error (1133): Can’t find any matching row in the user tableError
- centos8安裝docker錯誤解決CentOSDocker
- RMAN can not open in LinuxLinux
- win10程式安裝錯誤程式碼error1723怎麼解決Win10Error
- 安裝時提示錯誤,請高手幫忙解決一下
- Linux環境下MySQL報Table 'xxx' doesn't exist錯誤解決方法LinuxMySql
- 問題小結:Linux下oracle常見安裝錯誤總結LinuxOracle
- Can't connect to X11 window server using '127.0.0.1:0.0'Server127.0.0.1