• 맑음동두천 25.8℃
  • 구름조금강릉 27.3℃
  • 맑음서울 26.6℃
  • 구름많음대전 25.0℃
  • 흐림대구 22.6℃
  • 흐림울산 23.8℃
  • 구름많음광주 24.8℃
  • 흐림부산 27.2℃
  • 구름조금고창 25.2℃
  • 제주 24.5℃
  • 맑음강화 25.7℃
  • 구름많음보은 24.4℃
  • 구름많음금산 25.9℃
  • 구름많음강진군 26.3℃
  • 흐림경주시 22.1℃
  • 구름많음거제 25.3℃
기상청 제공

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