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: Error running external procedure at the AIX

Re: Error running external procedure at the AIX

From: Keith Jamieson <jamiesonk_at_phoenix.ie>
Date: Thu, 9 Sep 1999 14:08:44 +0100
Message-ID: <7r8bhe$otk$1@ezekiel.eunet.ie>


You have to compile the object using the position indepent method. Your C manual should tell you the appropriate flag to use.

>ORA-06520: PL/SQL: Error loading external library
>ORA-06522: readExports: Invalid argument.
>
>I was told that the same program is successfully run at the Sun Solaris
>platform.
>Did anyone successfully run an external procedure at the AIX?
>I compiled the program with the commands:
>cc -c cprg.c
>ld -G -o cprg.so cprg.o /usr/lib/crt0.o
>
Received on Thu Sep 09 1999 - 08:08:44 CDT

Original text of this message

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