如何使用 Oracle 瘦 JDBC 驱动程序设置会话的应用程序信息?
我想更改检查时显示的应用程序信息 使用 Oracle Enterprise Manager 应用程序的 Oracle 10g 会话:
Application Information
Program 'my program'
Module 'something'
Command UNKNOWN
我正在使用 JDBC 瘦驱动程序进行连接,但我不得不承认我不愿意这样做 如果可能的话,使用 OCI 驱动程序。 我可以用瘦驱动程序来做到这一点吗? 如果是这样,怎么办?
I'd like to change the application information that is shown when inspecting
Oracle 10g sessions using the Oracle Enterprise Manager application:
Application Information
Program 'my program'
Module 'something'
Command UNKNOWN
I'm using the JDBC thin driver to connect, and I have to admit I'd rather not
use the OCI driver if at all possible. Can I do this with the thin driver, and
if so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DBMS_APPLICATION_INFO 应该注意这一点:
http://download .oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_appinf.htm
DBMS_APPLICATION_INFO should take care of that:
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_appinf.htm
使用 DBMS_APPLICATION_INFO 包中的适当方法(.SET_ACTION、.SET_CLIENT_INFO、.SET_MODULE
use the appropriate method within the DBMS_APPLICATION_INFO package (.SET_ACTION, .SET_CLIENT_INFO, .SET_MODULE