我将在 APEX 中使用什么报告工具?

发布于 2024-11-04 15:32:12 字数 166 浏览 0 评论 0原文

我将使用 Oracle APEX 开发一个新系统。 我曾经使用 Oracle Reports Builder 在 Oracle Forms 中开发报表。 我应该在 APEX 中使用什么报告工具? 我需要具有 Oracle Reports 功能(例如条件格式、PL/SQL 支持等)的功能吗?

感谢和祝愿

I'm going to develop a new system using Oracle APEX.
I used to use Oracle Reports Builder to develop reports in Oracle Forms.
What Reporting tool should I use in APEX?
I need something with Oracle Reports features such as Conditional Formatting, PL/SQL support, etc?

Thanks and Regrads

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

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

发布评论

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

评论(2

人疚 2024-11-11 15:32:12

您可以将 Oracle Reports 与 Apex 结合使用 - 请参阅 这个相当旧的操作文档。本质上,如果您将报告设置为通过 Web 运行,那么您可以通过如下 URL 运行报告:

http://myserver:7777/reports/rwservlet?report=myreport.jsp&userid=myuser/mypassword@mydb&desformat=pdf&destype=cache&p_empno=1234

所以是这样然后只需在 Apex 中构造此 URL 并使用它即可。您可以通过使用 Apex 和 Reports 的单点登录来避免将密码作为参数传递。

有关更多详细信息,请参阅 Oracle Reports Server 9.0.4 快速入门指南

我认为推荐的方法是使用 BI Publisher,但许可费用昂贵。可能有比 BI Publisher 更便宜的第三方替代品可以使用,但我不知道它们。

我认为 Apex 社区中有很多人正在等待一个很好的解决方案来满足这个要求!

You can use Oracle Reports with Apex - see this rather old how-to doc. Essentially, if you have Reports set up to run via the web then you can run a report via a URL like this:

http://myserver:7777/reports/rwservlet?report=myreport.jsp&userid=myuser/mypassword@mydb&desformat=pdf&destype=cache&p_empno=1234

So it is then just a matter of constructing this URL in Apex and using it. You can avoid passing the password as a parameter by using single sign-on for Apex and Reports.

See Quick Start Guide to Oracle Reports Server 9.0.4 for further details.

The recommended approach I think is to use BI Publisher, but that is expensive to license. There may be cheaper third-party alternatives to BI Publisher that can be used, but I don't know them.

I think there are a number of people in the Apex community waiting for a nice solution to this requirement!

尘世孤行 2024-11-11 15:32:12

您可以通过 PL/SQL 以 APEX 形式获得它。但你必须更具体,或者你可以尝试 http://apex.oracle.com/i /index.html 创建一个工作区,看看可以用 APEX 做什么。

You have that in APEX forms with PL/SQL. But you have to be more specific or you can try in http://apex.oracle.com/i/index.html creating a workspace and see what can be done with APEX.

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