如何使用 Oracle 瘦 JDBC 驱动程序设置会话的应用程序信息?

发布于 2024-07-19 00:29:29 字数 316 浏览 8 评论 0原文

我想更改检查时显示的应用程序信息 使用 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 技术交流群。

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

发布评论

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

评论(2

爱的故事 2024-07-26 00:29:29

使用 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

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