英文:
Are Oracle Continuous Query Notifications limited for use with Java clients only?
问题
参见https://docs.oracle.com/en/database/oracle/oracle-database/19/jjdbc/continuos-query-notification.html#GUID-17D0D7C5-77C9-420D-9D13-F668C1056792
文档定义了JDBC的用法,这是否意味着其他Oracle驱动程序将无法工作?
如果它在特定版本的Oracle上运行,请指明(可能是在11g之后)。
英文:
The documentation defines use for JDBC, does this mean that other Oracle drivers will not work?
If it does work on a particular version of Oracle please specify (presumably after 11g).
答案1
得分: 0
不过,尽管功能文档页面只提到了JDBC,但也有可能适用于其他语言。
参见https://docs.oracle.com/database/121/ODPNT/featChange.htm#ODPNT413
从逻辑上讲,JDBC必须通过网络与Oracle数据库服务器通信,因此在其他软件语言的客户端库中实现也是可行的,技术上并不仅限于Java和.Net Framework。
英文:
No, although the feature documentation page only mentions JDBC, it's also possible for other languages.
see https://docs.oracle.com/database/121/ODPNT/featChange.htm#ODPNT413
Also logically, JDBC must communicate over the network to the Oracle database server, and therefore it's feasible to implement for the client libraries of other software languages and not technically limited to just Java and .Net Framework.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论