oracle 9i 上的 all_queue_subscribers 字典视图在哪里?

发布于 2024-08-31 13:50:44 字数 151 浏览 6 评论 0原文

11g 和 10g 都有用于列出队列订阅者的 all_queue_subscribers (以及 user_dba_)字典表,但这在9i. 9i 数据库中是否存在相同的队列订阅者概念?我可以从哪里获取此信息?

11g and 10g both have the all_queue_subscribers (and user_, dba_) dictionary tables for listing the subscribers to queues, but this doesn't exist on 9i. Does the same concept of queue subscribers exist on 9i databases, and where can I get this information from?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

儭儭莪哋寶赑 2024-09-07 13:50:44

9i 中的界面并不那么友好。每个队列表都有自己的视图,格式为 AQ$_S。文档中对此进行了解释。 了解更多信息

In 9i the interface was not as friendly. Each queue table had its own view, in the format AQ$<queue_table_name>_S. This is explained in the documentation. Find out more.

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