Re: [nhibernate-development] Support for Oracle Managed Provider

877 views
Skip to first unread message

Alexander I. Zaytsev

unread,
Dec 7, 2012, 6:52:24 AM12/7/12
to nhibernate-...@googlegroups.com
Yes, with vNext release, as Managed ODP.NET is only for .NET 4


2012/12/6 Klaus <klaus.lue...@gmx.de>
Are there any plans to support the new Oracle Managed Provider (see http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index-101716.html)?

Regards
Klaus

Oskar Berggren

unread,
Dec 7, 2012, 7:03:33 AM12/7/12
to nhibernate-...@googlegroups.com
Do we have an issue report for this? Have anyone done any work on it?

/Oskar


2012/12/7 Alexander I. Zaytsev <haz...@gmail.com>:

Alexander I. Zaytsev

unread,
Dec 7, 2012, 9:07:28 AM12/7/12
to nhibernate-...@googlegroups.com

Alexander I. Zaytsev

unread,
Dec 8, 2012, 10:13:06 AM12/8/12
to nhibernate-...@googlegroups.com
Pushed to master 6243dfa62d137731af48fc042cf260ea995a24c0


2012/12/8 Alexander I. Zaytsev <haz...@gmail.com>

Robson Castilho

unread,
Feb 12, 2014, 12:15:59 PM2/12/14
to nhibernate-...@googlegroups.com
Hi, people

Does anybody know for sure if managed driver will be available in version 3.4? And WHEN will this version be available?

Thanks,
Robson Castilho

Em quinta-feira, 21 de fevereiro de 2013 09h20min51s UTC-4, Sean Killeen escreveu:
FYI, per Alexander's answer to a question elsewhere, I've been informed this is not available as of the current release (3.3.x) and will be available in vNext (either 3.4 or 4.0 as I understand it).

Thanks,
Sean

On Wednesday, February 20, 2013 12:43:05 PM UTC-5, Sean Killeen wrote:
Hi all,

Pardon my ignorance -- trying to get up to speed here. Thank you for the work you all as contributors do. Please redirect me if this is the wrong forum for such a question.

Firstly, is this available as of 3.3.2.4000? And if someone could explain to me how to check which pushes to master are included in which version, that would stop me from having to ask this ever again :) 

Secondly, when using the confORM approach, does this change mean that I should be doing something along the lines of (see the bold line):

var cfg = new Configuration();
cfg
   .DataBaseIntegration(db => {
                            db.ConnectionString = "[Redacted]";
                            db.Dialect<Oracle10gDialect>();
                            db.Driver<OracleManagedDataClientDriver>();
                            db.KeywordsAutoImport = Hbm2DDLKeyWords.AutoQuote;
                            db.BatchSize = 500;
                        })

As far as I can tell, there is no such option -- only OracleDataClientDriver (which is why I'm asking to ensure I have the version with this support).

Thank you,
Sean

Alexander I. Zaytsev

unread,
Feb 19, 2014, 4:46:22 PM2/19/14
to nhibernate-...@googlegroups.com
Hi, Robson Castilho

No, the managed driver will not be available for 3.4 as it targets only .NET 4.0

Best Regards, 
Alexander

Krishna Desiraju

unread,
Aug 20, 2014, 4:29:42 PM8/20/14
to nhibernate-...@googlegroups.com
Hi,
just in case if anyone is still looking for an answer, NHibernate.OracleManaged nuget package worked for me, thanks to the author of the package.

Thanks
Krishna Desiraju

Oskar Berggren

unread,
Aug 26, 2014, 10:41:26 AM8/26/14
to nhibernate-...@googlegroups.com
2014-08-20 22:29 GMT+02:00 Krishna Desiraju <dvsaik...@gmail.com>:
Hi,
just in case if anyone is still looking for an answer, NHibernate.OracleManaged nuget package worked for me, thanks to the author of the package.



Interestingly, that package claims to be under the Apache 2.0 license but I cannot find any source code.

/Oskar

Reply all
Reply to author
Forward
0 new messages