Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目使用 NHibernate 来访问数据库表 (Oracle)。是否可以在 NHibernate中使用 Oracle更改通知功能?或者我必须为此使用 Oracle DataClient 吗?如果是这样,知道如何干净地结合起来吗?
NHibernate 中没有任何东西可以利用 Oracle 的变更通知。
从我在您的链接中读到的内容来看,它最糟糕的问题是它需要连接保持打开状态。