[Mono-list] Oracle Client

Veerapuram Varadhan vvaradhan at novell.com
Fri Aug 21 08:17:06 EDT 2009


On Fri, 2009-08-21 at 16:52 +0530, devi wrote:
> No the thing is i havent installed oracle client in Linux.
> 
> Just based on Mono analyzer report, i planned to install.
> 
> May be this is absurd.  Why we should not give System.Data.OracleClient.dll 
> as input to mono analyzer?
> 
> Till now my understanding is, we need to check the .dll  for its 
> implementation in mono.
> 
True.  However, if you want to check your app's compatibility to run on
Mono, it should be your app or any third party assemblies that your app
is referencing.  This gives what is missing in mono's implementation
that is needed by your app.

HTH,

V. Varadhan

> Thanks
> DEVI.G
> ----- Original Message ----- 
> From: "Veerapuram Varadhan" <vvaradhan at novell.com>
> To: "devi" <devi at visolve.com>
> Cc: <mono-list at lists.ximian.com>
> Sent: Friday, August 21, 2009 4:40 PM
> Subject: Re: [Mono-list] Oracle Client
> 
> 
> > Hi,
> >
> > Normally, input to MoMA would be your exe or assembly and not any of
> > mono's assembly.
> >
> > Also, did you try to run your code using Mono and got any exceptions?
> >
> >
> > V. Varadhan
> >
> > On Fri, 2009-08-21 at 15:00 +0530, devi wrote:
> >> Hi,
> >>
> >> Thanks for your reponse.
> >>
> >> This is part of my vb.net code & it got executed in windows env.
> >> (System.Data.OracleClient used)
> >>
> >>         Public con As New OracleClient.OracleConnection("Data
> >>         Source=XE;Persist Security Info=True;User
> >>         ID=system;Password=xxxxx;Unicode=True")
> >>         adp = New OracleClient.OracleDataAdapter(sql, con)
> >>         ds = New DataSet
> >>         adp.Fill(ds, "test")
> >>         DataGridView1.DataSource = ds.Tables("test")
> >>
> >>
> >>
> >> Mono Analysis Summary:
> >>
> >> Input:  System.Data.OracleClient.dll
> >>
> >> Methods that are still Missing in Mono:24
> >> P/Invokes called:188
> >> Methods called that throw NotImpementedException: 57
> >> Methods called marked with [Mono Todo]:72
> >>
> >>
> >> Thanks
> >>
> >> DEVI.G
> >>
> >>
> >> ----- Original Message ----- 
> >> From: "Veerapuram Varadhan" <vvaradhan at novell.com>
> >> To: "devi" <devi at visolve.com>
> >> Cc: <mono-list at lists.ximian.com>
> >> Sent: Friday, August 21, 2009 2:47 PM
> >> Subject: Re: [Mono-list] Oracle Client
> >>
> >>
> >> > Hi,
> >> >
> >> > On Fri, 2009-08-21 at 09:26 +0530, devi wrote:
> >> >> Hi Friends,
> >> >>
> >> >> I would like to know does mono supports Oracle Client dll.
> >> >>
> >> >> Analyzer throws "not implemented" msg for
> >> >> System.Data.OracleClient.dll.  Is there any option that i can run
> >> the
> >> >> application in the linux platform.
> >> >>
> >> >> Please educate me on the same.
> >> >
> >> > Can you share the report of the analyzer?
> >> >
> >> > Thanks,
> >> >
> >> > V. Varadhan
> >> >
> >> >>
> >> >
> >> >
> >>
> >>
> >> ______________________________________________________________________
> >>
> >>
> >> No virus found in this incoming message.
> >> Checked by AVG - www.avg.com
> >> Version: 8.5.409 / Virus Database: 270.13.63/2316 - Release Date:
> >> 08/20/09 18:06:00
> >> _______________________________________________
> >> Mono-list maillist  -  Mono-list at lists.ximian.com
> >> http://lists.ximian.com/mailman/listinfo/mono-list
> >
> >
> 
> 
> --------------------------------------------------------------------------------
> 
> 
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 8.5.409 / Virus Database: 270.13.63/2316 - Release Date: 08/20/09 
> 18:06:00
> 



More information about the Mono-list mailing list