[Mono-list] Problems with System.Data.OracleClient
Jörg Rosenkranz
joergr@voelcker.com
Fri, 10 Dec 2004 11:15:54 +0100
Hello Michael,
> -----Original Message-----
> From: mono-list-admin@lists.ximian.com
> [mailto:mono-list-admin@lists.ximian.com] On Behalf Of Oetjen, Michael
>
> When I run -mono test.exe- I' ve got this message
>
> Unhandled Exception: System.DllNotFoundException: oci
> in <0x00053> (wrapper managed-to-native) OciNativeCalls:OCIEnvCreate
> ...
> what's wrong ? ... does a file like oci.dll on linux exist ?
oci.dll is mapped to libclntsh.so under Linux (see
$MONO_PATH/etc/mono/config). This lib has to be in the path.
Joerg.