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

Error running external procedure at the AIX

From: <egkua_at_tm.net.my>
Date: Thu, 09 Sep 1999 08:32:57 GMT
Message-ID: <7r7rbp$vnj$1@nnrp1.deja.com>


I encountered the following errors when running an external procedure: 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

Could this be b'cos of the AIX C's compiler problem?

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Thu Sep 09 1999 - 03:32:57 CDT

Original text of this message

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