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

2023-11-28数据库问题
3

本文介绍了如何使用 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 报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

SQL 子句“GROUP BY 1"是什么意思?意思是?
What does SQL clause quot;GROUP BY 1quot; mean?(SQL 子句“GROUP BY 1是什么意思?意思是?)...
2024-04-16 数据库问题
62

为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同
Why Mysql#39;s Group By and Oracle#39;s Group by behaviours are different(为什么 Mysql 的 Group By 和 Oracle 的 Group by 行为不同)...
2024-04-16 数据库问题
13

如何在MySQL中为每个组选择第一行?
How to select the first row for each group in MySQL?(如何在MySQL中为每个组选择第一行?)...
2024-04-16 数据库问题
13

MySQL - 获取最低值
MySQL - Fetching lowest value(MySQL - 获取最低值)...
2024-04-16 数据库问题
8

mySQL init 脚本未与 docker-compose 一起运行
mySQL init scripts not running with docker-compose(mySQL init 脚本未与 docker-compose 一起运行)...
2024-04-16 数据库问题
14

在 cmakelist.txt 中添加和链接 mysql 库
Add and link mysql libraries in a cmakelist.txt(在 cmakelist.txt 中添加和链接 mysql 库)...
2024-04-16 数据库问题
41