我在哪里可以下载像 sql server 系统视图地图这样的 oracle 系统视图?

发布于 2024-10-22 05:52:04 字数 50 浏览 14 评论 0原文

我在哪里可以下载像 sql server 系统视图地图这样的 Oracle 系统视图?

where i can download oracle system views like sql server system views map ?

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

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

发布评论

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

评论(2

梦明 2024-10-29 05:52:04
select *
from dictionary;

这将为您提供 Oracle 数据字典中的对象列表,并且大多数行还对其包含的内容进行了适当的描述。

如果你确实需要视觉效果,TUSC 提供了一张海报,至少可以获取 10g 的 V$ 观看次数:
http://www.tusc.com/oracle/download/tusc_posters.html

select *
from dictionary;

This will give you a list of the objects in Oracle's data dictionary and most rows also have a decent description of what it contains.

If you really need the visual, TUSC offers a poster for at least the V$ views on 10g:
http://www.tusc.com/oracle/download/tusc_posters.html

呆° 2024-10-29 05:52:04

试试这个; “Oracle 数据库 11g:交互式快速参考”:http: //www.oracle.com/go/?&Src=7027600&Act=54&pcode=WWOU10044054MPP047

Try this; "Oracle Database 11g: Interactive Quick Reference": http://www.oracle.com/go/?&Src=7027600&Act=54&pcode=WWOU10044054MPP047

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