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

Home -> Community -> Usenet -> c.d.o.misc -> Dynamic loading of OCI

Dynamic loading of OCI

From: Philippe Ferdinand <phil_at_apsydev.com>
Date: Fri, 29 May 1998 21:22:31 +0200
Message-ID: <6kn230$unm$1@srv2.apsydev.com>


I’m trying to load dynamically the OCI on sun solaris but I have this following error :

ld.so.1: ./oplarch: fatal: relocation error: symbol not found: slpmprodstab: referenced in /export/home/oracle8/lib/libclntsh.so

when I’m executing this code :

g_hDll = ::dlopen(“libclntsh.so”, RTLD_LAZY);

Is someone know where is the function : slpmprodstab

Could you help me ?
Thanks Received on Fri May 29 1998 - 14:22:31 CDT

Original text of this message

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