Connection Error using NHibernate 3.0 with Oracle
- by Olu Lawrence
I'm new to NHibernate. My first attempt is to configure and establish connection to Oracle 11.1g using ODP. For this test, I use a test fixture, but I get the following error:
Inner exception: "Object reference not set to an instance of an object."
Outer exception: Could not create the driver from NHibernate.Driver.OracleDataClientDriver.
The…