是否有与 Oracle 等效的 Microsoft SQL Profiler

发布于 2024-08-02 01:28:02 字数 170 浏览 3 评论 0原文

我 99% 的时间都花在 SQL Server 上,所以我对 Oracle 或其产品一点也不熟悉...是否有与 Microsoft SQL Profiler 类似的应用程序可用于 Oracle 数据库? 我正在帮助调试/调整使用 ODAC 等连接到 Oracle 的 ASP.Net 应用程序,

非常感谢!

99% of my time is in SQL Server land and so I'm not at all familiar with Oracle or its products...Is there a similar application to Microsoft SQL Profiler for use against Oracle databases? I'm helping debug/tune an ASP.Net application that connects to Oracle using ODAC etc

thanks heaps!

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

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

发布评论

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

评论(4

空心空情空意 2024-08-09 01:28:02

解释计划

要调整单个语句,您可以使用“解释计划”。 尝试免费的 Sql Developer 副本,它有一个很好的 GUI 界面。

http://www.oracle.com/technology/products/database/ sql_developer/index.html

Explain Plan

For tuning individual statements you can use "explain plan". Try a copy of the free Sql Developer, it has a nice GUI interface for this.

http://www.oracle.com/technology/products/database/sql_developer/index.html

圈圈圆圆圈圈 2024-08-09 01:28:02

除了到目前为止给出的答案之外,还值得一提的是 PL/SQL 分析器

Along with the answers given so far, it is also worth mentioning the PL/SQL Profiler

篱下浅笙歌 2024-08-09 01:28:02

适用于 Oracle 的某种分析器工具

  1. dbForge Studio for Oracle
  2. GI Oracle Profiler 
  3. Oracle 语句跟踪器

希望这就是你正在寻找

Some kind of profiler tool for Oracle

  1. dbForge Studio for Oracle
  2. GI Oracle Profiler 
  3. Statement Tracer for Oracle

Hopefully this is what you are looking for

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