[Mono-bugs] [Bug 48692][Wis] New - marshalling error in System.Data.OracleClient

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Sep 2003 05:58:01 -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 ktreichel@web.de.

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

--- shadow/48692	2003-09-22 05:58:01.000000000 -0400
+++ shadow/48692.tmp.24009	2003-09-22 05:58:01.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 48692
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: Microsoft .Net 1.0 (and 1.1)
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ktreichel@web.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: marshalling error in System.Data.OracleClient
+
+I get the following Exception using the Oracle DataProvider running a 
+select statement:
+
+System.Runtime.InteropServices.MarshalDirectiveException:
+>> Error in German
+parameter #4 kann nicht gemarshallt werden: Ungültige verwaltete/nicht 
+verwaltete Typenkombination (boolesche Werte müssen mit Bool oder 
+VariantBool kombiniert werden).
+<<
+>> try to translate
+parameter #4 cat't be marshalled: invalid managed/not managed 
+typecombination (boolean values must be combined with bool oder 
+variantBool).
+<<
+   at System.Data.OracleClient.Oci.OciStatementHandle.OCIStmtExecute
+(IntPtr svchp, IntPtr stmthp, IntPtr errhp, Boolean iters, UInt32 rowoff, 
+IntPtr snap_in, IntPtr snap_out, OciExecuteMode mode)
+   at System.Data.OracleClient.Oci.OciStatementHandle.Execute(Boolean 
+nonQuery)
+   at System.Data.OracleClient.Oci.OciStatementHandle.ExecuteQuery()
+   at System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior 
+behavior)
+   at System.Data.OracleClient.OracleCommand.ExecuteReader()
+
+This error happens when the Oracle Client (System.Data.OracleClient) 
+package is compiled with the MS .Net SDK (1.0 or 1.1).