Search results
30 wrz 2009 · You may want to look into Oracle Application Express to create PDF reports, but depending on how the output is coming out from your stored procedure, it may not be an easy tool to use. You can find directions here: http://www.oracle.com/technology/obe/apex/apex31nf/apex31rpt.htm#t1
1. Creating and Running an EPM Center of Excellence. A best practice for EPM is to create a CoE (Center of Excellence). An EPM CoE is a unified effort to ensure adoption and best practices. It drives transformation in business processes related to performance management and the use of technology-enabled solutions.
This sample PDF Report Package Contains ten doclets, including four Reports report doclets and one Excel doclet, along with three reference doclets.
10 maj 2010 · I have Oracle XE 10g with Oracle Apex and I installed PL/PDF in the same. I tried to execute the template procedure given in the installation guide. But it prints template only for 1st page.How to print template for others pages.
PdfGen - An Oracle PL/SQL PDF Generator. Create an attractive report from a SQL query with capabilities similar to those available in sqlplus report generator, but with control over fonts, margins, page size, and orientation. (See samples directory for PDF files it produced.) The package is built on as_pdf3 by Anton Scheffer which is included ...
Actually, our application is a web based application and it does open pdf files in a browser from Oracle forms using web.show_document Oracle built-in. However, it opens only previously stored pdf files from a server, but we need to find a way to open a pdf file directly from a database.
6 sty 2009 · It is a wrapped PL/SQL package that will generate a PDF as a blob that you could store in the database and/or serve to the user via HTTP. While somewhat limited, it works well and it's cheap.