• 흐림동두천 1.0℃
  • 흐림강릉 1.3℃
  • 서울 3.2℃
  • 대전 3.3℃
  • 대구 6.8℃
  • 울산 6.6℃
  • 광주 8.3℃
  • 부산 7.7℃
  • 흐림고창 6.7℃
  • 흐림제주 10.7℃
  • 흐림강화 2.2℃
  • 흐림보은 3.2℃
  • 흐림금산 4.4℃
  • 흐림강진군 8.7℃
  • 흐림경주시 6.7℃
  • 흐림거제 8.0℃
기상청 제공

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