JDBC OCI 查询通知示例

发布于 2024-11-04 05:09:52 字数 257 浏览 1 评论 0原文

我正在寻找使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

话少情深 2024-11-11 05:09:52

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文