Database update from Oracle 9g to Oracle 11i. What are the appropriate .dll’s for .net MVC 4.5 web application using Nhibernate?

StackOverflow https://stackoverflow.com/questions/19911903

Domanda

Oracle Database is being updated where I work, and I need to know how this will affect .net Application that uses Nhibernation for Mapping to the database.

I basically need to know what appropriate Nhibernate dll files for update from Oracle 9g to Oracle 11i.

What changes would have to be made on the Web.config file?

What dll files are needed in the output directory?

The only online Document I found online was; http://nhibernate.info/doc/tutorials/first-nh-app/your-first-nhibernate-based-application.html

However this online example uses a Microsoft SQL Database.

È stato utile?

Soluzione

unless you are going to start using the new features of 11g, then I'm pretty sure nothing needs to change.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top