如何使用 PL/SQL 创建 PDF 报告

How to create PDF reports using PL/SQL(如何使用 PL/SQL 创建 PDF 报告)
本文介绍了如何使用 PL/SQL 创建 PDF 报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可用的 PL/SQL 包或引擎来支持从存储过程创建 PDF 报告?

Is there PL/SQL package or engine available which would enable the creation of PDF reports from stored procedures?

推荐答案

如果您正在寻找免费软件或开源软件包,他们就是这个.我没用过,但口碑不错.lPL_FPDF 如果你有预算,那么这个,哪个企业级产品,意味着优秀的文档,可用.plpdf.

If your looking for a freeware or open source package, their is this. I've not used it, but it has good reviews. lPL_FPDF If you have a budget, then this, which enterprise class product, meaning excellent documentation, is available. plpdf.

商业包是用原生的 Pl/SQL 编写的,因此非常易于使用.开源包我不知道.

The commercial package is written in native Pl/SQL so will be very easy to use. The open source package I don't know.

如果您在 Oracle 环境中使用任何报告服务器运行,那么所有这些服务器都支持将 PDF 发送到打印机并作为 blob 存储在数据库中.根据我的记忆,配置它是一项相当乏味的任务.

If your running in an Oracle environment, with any of the reports servers, then all of then support PDF being emitted both to the printer and stored in the db as blobs. Its a fairly tedious task to configure it, from what I remember.

希望能帮助您入门.乙

这篇关于如何使用 PL/SQL 创建 PDF 报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

SQL to Generate Periodic Snapshots from Transactions Table(用于从事务表生成定期快照的SQL)
MyBatis support for multiple databases(MyBatis支持多个数据库)
Oracle 12c SQL: Missing column Headers in result(Oracle 12c SQL:结果中缺少列标题)
SQL query to find the number of customers who shopped for 3 consecutive days in month of January 2020(查询2020年1月连续购物3天的客户数量)
How to get top 10 data weekly (This week, Previous week, Last month, 2 months ago, 3 month ago)(如何每周获取前十大数据(本周、前一周、上个月、2个月前、3个月前))
Select the latest record for an Id per day - Oracle pl sql(选择每天ID的最新记录-Oracle pl SQL)