Re: [Mono-dev] Oracle Data Client issue

2009-02-19 Thread Veerapuram Varadhan
] On Behalf Of russell@realtimeworlds.com Sent: 11 February 2009 15:04 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Oracle Data Client issue All, I have encountered a problem with the Oracle Data Client when porting an application over from Windows, basically we

Re: [Mono-dev] Oracle Data Client issue

2009-02-18 Thread russell.kay
-list-boun...@lists.ximian.com] On Behalf Of russell@realtimeworlds.com Sent: 11 February 2009 15:04 To: mono-devel-list@lists.ximian.com Subject: [Mono-dev] Oracle Data Client issue All, I have encountered a problem with the Oracle Data Client when porting an application over from

Re: [Mono-dev] Oracle Data Client issue

2009-02-18 Thread Daniel Morgan
to a remote oracle database. My environment variables I set are: PATH, LD_LIBRARY_PATH, and TNS_ADMIN. --- On Wed, 2/11/09, russell@realtimeworlds.com russell@realtimeworlds.com wrote: From: russell@realtimeworlds.com russell@realtimeworlds.com Subject: [Mono-dev] Oracle Data

Re: [Mono-dev] Oracle Data Client issue

2009-02-18 Thread Miguel de Icaza
Hello, I don't know whether this is an option for you, but we use Oracle ODP libraries (Oracle.DataAccess.Client) instead of Microsoft ones (System.Data.OracleClient) and we have no problem with Spring.NET/NHibernate. Is Oracle.DataAccess.Client supported on Mono/Linux? Miguel.

Re: [Mono-dev] Oracle Data Client issue

2009-02-12 Thread SuperCiccio
Hi, I don't know whether this is an option for you, but we use Oracle ODP libraries (Oracle.DataAccess.Client) instead of Microsoft ones (System.Data.OracleClient) and we have no problem with Spring.NET/NHibernate. Best regards All, I have encountered a problem with the Oracle Data

[Mono-dev] Oracle Data Client issue

2009-02-11 Thread russell.kay
All, I have encountered a problem with the Oracle Data Client when porting an application over from Windows, basically we are using NHibernate as a frontend to the database and we have recently moved the backend from MySQL (for development) to Oracle (for deployment) and we encountered a

Re: [Mono-dev] Oracle Data Client issue

2009-02-11 Thread Leszek Ciesielski
2009/2/11 russell@realtimeworlds.com: All, I have encountered a problem with the Oracle Data Client when porting an application over from Windows, basically we are using NHibernate as a frontend to the database and we have recently moved the backend from MySQL (for development) to