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: Redhat linux 6.0 and oracle 8.0.4

Re: Redhat linux 6.0 and oracle 8.0.4

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 27 May 1999 11:14:11 +0200
Message-ID: <7ij2mb$4$1@hermes.is.co.za>


RedHat 6.0 and Oracle 8.0.5

Segmentation errors running most Oracle executables. No errors in OraInst - including link errors. I have relinked and reinstalled a few times too. Brief analysis of core dumps are at the bottom of this posting.

The executables of Oracle 8.0.5 linked on RedHat 5.2 however does work on RedHat 6. No real idea as to what the problem is, but I would guess it has something to do with a shared link library. Am still working on it and if I do by accident get it to work, I will follow it up with a posting here. Quite likely I will simply tar the RedHat 5.2 linked version of Oracle across to RedHat 6 and use it.

Word of warning though to those who have upgraded from Redhat 5 to 6 and have Oracle running - if you relink Oracle on Redhat 6 you may just stuff it up and sit with the same problem as me.

Anyone reported this problem with Oracle support yet? Or with the Linux support groups?

regards,
Billy

--Core Dumps--

SQL*Plus
--

Core was generated by `sqlplus'.
Program terminated with signal 11, Segmentation fault. Reading symbols from
/u01/app/oracle/product/8.0.5/lib/libclntsh.so.1.0...done.

Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0 0x4041de98 in _IO_setbuffer (fp=0x8103050, buf=0xbfffdbd8 "", size=8192)

    at iosetbuffer.c:40
iosetbuffer.c:40: No such file or directory.
--

Server Manager
--

Core was generated by `svrmgrl'.
Program terminated with signal 11, Segmentation fault. Reading symbols from
/u01/app/oracle/product/8.0.5/lib/libclntsh.so.1.0...done.

Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0 0x6a1c75ff in ?? ()
--

TNS Ping
--

Core was generated by `tnsping med'.
Program terminated with signal 11, Segmentation fault.

Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0 0x4009297b in _IO_vfprintf (s=0x82eed40, format=0x82c7661 "\n%s on %s",

    ap=0xbfffd684) at vfprintf.c:1048
vfprintf.c:1048: No such file or directory.
--
Received on Thu May 27 1999 - 04:14:11 CDT

Original text of this message

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