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: Executables linked with libclntsh.a abort

Re: Executables linked with libclntsh.a abort

From: Olivier Bercovitz <oberco_at_club-internet.fr>
Date: Wed, 27 May 1998 23:04:12 +0200
Message-ID: <356C7FCC.727061F2@club-internet.fr>


Hi,
with AIX try using xlc_r (for using thread) instead of cc

hope this help you

Regards. Olivier.

tgp_at_mci2000.com wrote:

> I have just upgraded from 7.2.3 to 7.3.4.1. The
> RDBMS is working just fine, but I'm having trouble
> with my Peoplesoft application connecting to it.
> The Peoplesoft documentation says I "must"
> generate the Oracle Shared Library, libclntsh.a,
> and relink the Peoplesoft products to use it.
>
> I did as they said, and the program aborts with a
> signal 11 "attempted to access memory out of
> bounds". It is a MicroFocus Cobol program, if it
> matters. After fooling around with this for an
> afternoon, and recreating the shared lib, I gave
> up, and just linked with another list of about 15
> Oracle libraries. It works fine!
>
> Can someone point me to what might be the problem?
> I don't know a lot about shared libraries, but I
> would expect identical behavior of program when
> linked with shared and non-shared libs. The memory
> requirements would be different, but the
> functionality shouldn't change. Should it?
>
>
Received on Wed May 27 1998 - 16:04:12 CDT

Original text of this message

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