[Mono-bugs] [Bug 76408][Min] Changed - new OracleConnection("...") fails with DllNotFoundException: clntsh [incl. WORKAROUND]

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 14 05:05:14 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tsureshkumar at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76408

--- shadow/76408	2005-10-14 05:03:44.000000000 -0400
+++ shadow/76408.tmp.16546	2005-10-14 05:05:14.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 76408
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Windows XP SP2 with Mono 1.1.9.1
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: Sys.Data
 AssignedTo: tsureshkumar at novell.com                            
 ReportedBy: jan.reitz at lanxess.com               
 QAContact: mono-bugs at ximian.com
@@ -70,6 +70,19 @@
 
 then it works like expected
 
 i have cygwin installed but i have stopped my x server, removed cygwin from
 PATH and renamed c:/cygwin to something else to not confuse mono that im on
 unix or something ....
+
+------- Additional Comments From tsureshkumar at novell.com  2005-10-14 05:05 -------
+put the following entry in /etc/mono/config
+
+<dllmap dll="oci" target="clntsh" />
+
+or
+
+<dllmap dll="oci.dll" target="clntsh" />
+
+and make sure the library is PATH or put the complete path.
+
+


More information about the mono-bugs mailing list