• 구름많음동두천 29.3℃
  • 맑음강릉 33.1℃
  • 구름많음서울 29.7℃
  • 구름조금대전 30.6℃
  • 구름조금대구 30.8℃
  • 맑음울산 31.3℃
  • 구름조금광주 30.5℃
  • 맑음부산 31.2℃
  • 맑음고창 31.0℃
  • 맑음제주 31.5℃
  • 구름많음강화 28.8℃
  • 구름조금보은 27.9℃
  • 맑음금산 29.4℃
  • 구름조금강진군 30.8℃
  • 맑음경주시 31.7℃
  • 구름조금거제 30.6℃
기상청 제공

DB생성오류(RedHat9 + Oracle9)

# Linux9 + oracle9i 시스템에서

DB생성하가다 발생한 에러

[oracle@server oracle]$ ./dbca

Initializing Java Vertual Machine from /tmp/OraInstall/jre/bin/jre. Pleae wait...
/tmp/OraInstall/jre/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

I tried setting LD_ASSUME_KERNEL=2.4.1 but it still doesn't work.Please help. Thanks


# 해결방법
[oracle@server oracle]$ export LD_ASSUME_KERNEL=2.4.1