سؤال

My project uses NHibernate to access database tables (Oracle). Is it possible to use Oracle change notification feature in NHibernate? Or do I have to use Oracle DataClient for this? If so, any idea how to combine this cleanly?

هل كانت مفيدة؟

المحلول

There's nothing in NHibernate that could take advantage of Oracle's Change notification.

Its worst problem, from what I've read in your link, is that it requires the connection to stay open.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top