Oracle 환경설정 후 runInstaller 를 실행시킨 후 뜨는 오류 메세지
$ ./runInstaller
[oracle@ocm Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-09-11_05-38-54PM/jre/bin/java. Please wait...
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
at java.awt.Window.
at java.awt.Frame.
at java.awt.Frame.
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
DISPLAY 변수를 설정하지 않았네요
오라클 홈디렉토리 /app/oracle/ 에 있는
.bash_profile 에서
서버에서 직접 수행할 경우엔 export DISPLAY=서버아이피:0.0
다른 피씨에서 xmanager를 통하여 수행할 경우 서버아이피 대신 xmanager로 접속하고 있느는 피씨의
아이피로 DISPLAY 값을 설정하시기 바랍니다.
export DISPLAY=원격접속 피씨의 아이피:0.0
'Oracle' 카테고리의 다른 글
ORA-28000: the account is locked 오류 해결 방법 (1) | 2009.04.02 |
---|---|
오라클 10g 윈도우즈 설치시 에러 // Microsoft LoopBack Adapter (2) | 2009.03.31 |