[Mono-bugs] [Bug 57392][Cos] New - Oracle on non local machine [conf/faq fix?]

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 04:10:26 -0400 (EDT)


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 dm@devcell.com.

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

--- shadow/57392	2004-04-22 04:10:26.000000000 -0400
+++ shadow/57392.tmp.6483	2004-04-22 04:10:26.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 57392
+Product: Mono: Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dm@devcell.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Oracle on non local machine [conf/faq fix?]
+
+Description of Problem:
+I was unable to connect to Oracle server, using System.Data.OracleClient 
+in remote connection mode.
+
+Steps to reproduce the problem:
+1. I was using a sample code from http://go-mono.com/oracle.html
+2. compiled it witch "mcs TestExample.cs -r System.Data.dll -r 
+System.Data.OracleClient.dll"
+
+Actual Results:
+"Unhandled Exception: System.DllNotFoundException: oci"
+...
+
+Additional Information:
+The solution is pretty easy. I just install ora_client libraries 
+(http://otn.oracle.com/software/tech/oci/instantclient/index.html) and 
+change the line in mono config
+<dllmap dll="oci" target="libclnts.so.10.1" />
+
+After all it's up & running. May be you'll add this info in faq?