JDBC OCI 查询通知示例
我正在寻找使用 OCI JDBC 驱动程序(实现版本:11.2.0.1.0)的示例程序,尝试 Oracle 11gr2 提供的查询通知功能。由于 oracle 链接显示了 ac/c++ 示例,如果有人已经尝试过并且可以使用 oci jdbc 驱动程序共享工作示例,那就太好了。
谢谢。
I am looking for a sample program using the OCI JDBC driver (Implementation-Version: 11.2.0.1.0) trying the query notification feature provided by Oracle 11gr2. Since the oracle link shows a c/c++ example it would be great if someone has already tried out and can share a working sample using the oci jdbc driver.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JDBC 开发人员指南中的示例怎么样:
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/dbmgmnt.htm#CHDEJECF
(顺便说一句:我不认为 OCI 是必需的,对于 11.x 驱动程序,这也应该适用于瘦驱动程序)
What about the examples in the JDBC developer's guide:
http://download.oracle.com/docs/cd/B28359_01/java.111/b31224/dbmgmnt.htm#CHDEJECF
(Btw: I don't think OCI is required for this, with the 11.x drivers, this should work with the thin driver as well)