본문 바로가기

Note/UNIX/LINUX 노트

Set DISPLAY environment variable, then re-run.

Problem :

 

I am using oracle 10g release 2 run on Linux Red Hat. The oracle Enterprise manager, sqlplus etc is working fine.

When I run the DBCA on the oracle home directory it comes as
$ dbca
DISPLAY not set.
Set DISPLAY environment variable, then re-run.

Then when i export the display as
$ export DISPLAY=localhost:0 and then re-run the dbca

$ dbca
Exception in thread "main"

What is this Exception in Tread "main", how can i see in detail about this error does it go to a log file. Can some body help me to get the dbca running.

 

 

Solution :

 

With red hat you can always use realvnc.
export DISPLAY=YOUR IP ADDRESS:0

 

출처 : https://forums.oracle.com/thread/438088?start=0&tstart=90

'Note > UNIX/LINUX 노트' 카테고리의 다른 글

vi 로 파일 수정시 밀리는 현상  (0) 2013.08.29
Unix / Linux backspace ^H 현상  (0) 2013.08.29
Scheduled Processing  (0) 2013.03.29
솔라리스에서 디스크 추가  (0) 2013.03.28
Special File Permission  (0) 2013.03.28