I have a system that needs to interface with SQL Server or Oracle 11g.
In the code, there is the following:
session = Data.DaoFactory.OpenSession(systemInstance);
transaction = session.BeginTransaction();
when I run and am connected to SQL Server, the BeginTransaction()
works fine, with I am connected to Oracle, I get an error:
+ IsolationLevel '((NHibernate.Transaction.AdoTransaction)
(transaction)).IsolationLevel' threw an exception of type
'System.Data.OracleClient.OracleException' System.Data.IsolationLevel
{System.Data.OracleClient.OracleException}
any suggestion on how to go about debugging?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---