Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: dbca not starting

Re: dbca not starting

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Sun, 16 Jul 2006 02:36:42 GMT
Message-Id: <pan.2006.07.16.02.36.40.238847@sbcglobal.net>


On Fri, 14 Jul 2006 09:19:00 -0700, tony wrote:

> Hi ,
> I need help to start dbca on ...
> SUSE LINUX Enterprise Server 9 (i586) - Kernel 2.6.5-7.241-bigsmp (0)
>
> when i try to excute dbca it throws following error....
> opt/oracle/jre/1.1.8/bin/../bin/i686/native_threads/jre: relocation
> error: /opt/oracle/jre/1.1.8/bin/../lib/i686/native_threads/libjava.so:
> symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6
> with link time reference
>
> any help..appreciated..
> thansk

That's an old trick, described on Werner Puschitz's pages. You should set (and export, of course) LD_ASSUME_KERNEL to 2.4.19, like this: export LD_ASSUME_KERNEL=2.4.19

More about this on: http://www.puschitz.com/InstallingOracle9i.shtml

Werner has instructions for both version 9i and version 10g, but you're running 9i, because 10g uses JRE 1.4.2:

$ $ORACLE_HOME/jdk/bin/java -version
java version "1.4.2_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode) $

-- 
http://www.mgogala.com
Received on Sat Jul 15 2006 - 21:36:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US