Oracle:老化 - 7 个桶 - 按账户报告定义 (ARXAGS)

发布于 2024-12-07 13:50:49 字数 225 浏览 0 评论 0原文

是否可以从 IT 部门以外的资源获取标准 Oracle 报告背后的代码文件?

我在我们的服务器上只有最低限度的只读权限,而这里的 IT 人员不愿意与我分享此信息。

我正在尝试编写一个类似于标准报告的查询:Aging - 7 Buckets - By Account Report,并希望查看其背后的表/逻辑来为我指明正确的方向。

这些数据在任何地方都可用吗?我们的版本是11.5.10.2

Is it possible to get the code file behind a standard Oracle report from a resource other than my IT department?

I only have minimal read-only permissions on our server, and the IT folks here are not willing to share this information with me.

I am trying to write a query similar to the standard report: Aging - 7 Buckets - By Account Report and would like to see the tables/logic that are behind it to point me in the right direction.

Is this data available anywhere? We are on version 11.5.10.2

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

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

发布评论

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

评论(1

愁杀 2024-12-14 13:50:49

您应该能够通过简单地查看并发请求日志文件轻松提取此报告的底层 SQL 逻辑。日志文件包含执行的 SQL 和词法参数。我使用这种方法将这个非常种子的报告迁移到另一个自定义 Oracle BI 解决方案。

You should be able to easily extract the underlying SQL logic for this very report by simply viewing the concurrent request log file. The log file includes the executed SQL and lexical parameters. I used this approach to migrate this very seeded report to another custom Oracle BI solution.

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