Nhibernate 3.0 Oracle connection through ODP.NET?

I think I figured it out. Had to call Configure("hibernate.cfg. Xml").

Also, there is no dialect by NDialect. Oracle9Dialect. It has to be NDialect.

Oracle9iDialect. – Deepfreezed Oct 21 '10 at 14:07 1 Deepfreezed, if you've found a solution, please, mark it as a accepted answer. It's how stackoverflow works!

:) – LeftyX Jan 14 at 11:42.

I had quite a few problems working with Nbernate and Oracle (ODP. NET). At the end the only thing which worked for me was to reference Oracle.DataAccess.

Dll ver. 2.111, specifying Copy Local = true for the DLL. In my Nhibernate config I've used Oracle10gDialect.

Last but not least I've used this new connection-string style: Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.1)(PORT=1522)))(CONNECT_DATA=(SERVICE_NAME=DIAP60FF)));User ID=myusername;Password=mypassword.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions