开发者

JDBC OCI Query Notification Sample

开发者 https://www.devze.com 2023-03-01 13:21 出处:网络
I am looking for a s开发者_开发技巧ample 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 sh

I am looking for a s开发者_开发技巧ample 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.


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消