You are on page 1of 20

Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Creating PDF Reports with Oracle Application


Express 5.1 and Oracle REST Data Services

Before You Begin

Purpose

This tutorial shows how to create PDF reports using the Oracle REST Data Services and Oracle Application
Express 5.1.

Time to Complete

Approximately 20 minutes.

Overview

Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle
database. Using only a web browser and limited programming experience, you can develop and deploy
professional applications that are both fast and secure. Oracle Application Express is available with the Oracle
Database, whether it's on-premises or in an Oracle Database Cloud Service.

You can configure a classic report region to print by exporting it to several different formats such as Adobe
Portable Document Format (PDF), Microsoft Word Rich Text Format (RTF), or Microsoft Excel Format (XLS), or
Extensible Markup Language (XML). Oracle Application Express provides three report printing configuration
options. They are:
Oracle REST Data Services: This option can be selected if you are using Oracle REST Data Services 2.0 or
newer. This option enables you to use the basic printing functionality, which includes creating report queries
and printing report regions using the default templates provided in Application Express and using your own
customized XSL-FO templates.
External (Apache FOP): This option can be selected if you are using Apache FOP on an external J2EE
server. This option also enables you to use the basic printing functionality, which includes creating report
queries and printing report regions using the default templates provided in Application Express and using your
own customized XSL-FO templates.
Oracle BI Publisher: This option can be selected if you are using a licensed version of Oracle BI Publisher.
This option enables you to take report query results and convert them from XML to RTF format using Oracle
BI Publisher. This option is useful when you want to upload your own customized RTF or XSL-FO templates
for printing reports within Application Express.
In this tutorial, you use the Oracle Rest Data Services (ORDS) for PDF printing of a classic report. ORDS has

1 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Please keep in mind the following while running this tutorial:

Logging into your Oracle Application Express workspace: Your Oracle Application Express workspace
may reside in an on-premises Oracle Database or in Oracle Database Cloud Services. The login credentials
differ depending on where your workspace is located:
Logging into Oracle Application Express in a Oracle Database Cloud Service: Reference the Oracle
Help Center for your Oracle Database Cloud Service. To do this, go to the Oracle Help Center for Cloud,
and select Platform or Infrastructure (depending on your service). From here, select your Database Cloud
Service and the Get Started page will appear.
Logging in to Oracle Application Express on-premises: From your browser, go to the location of your
on-premises installation of your Oracle Application Express workspace provided by your Workspace
Administrator.
Application ID: Screenshots in this tutorial show a blurred Application ID. Your Application ID can be any
value assigned automatically while creating the application.
Schema: If you are accessing an Oracle Application Express workspace in Database Schema Service, you
have one schema assigned to you with a schema name that you cannot change. If you are accessing the
workspace in an on-premises Oracle database, you may have more than one schema assigned to your
workspace by the Oracle Application Express Instance Administrator.

What Do You Need?

Before starting this tutorial, you should:

Visit Oracle Help Center for Cloud. (http://www.oracle.com/pls/topic/lookup?ctx=cloud)


Have access to an Oracle Database 11g or later release, either on-premises or in a Database Cloud Service.
Install Oracle Application Express Release 5.1 into your Oracle Database (for on-premises only).
Provision at least one Oracle Application Express user. See Creating New User Accounts
(http://www.oracle.com/pls/topic/lookup?ctx=E50529&id=AEADM150) in Oracle Application Express
Administration Guide.

Setting up the Print Server From Oracle Application Express Instance


Administration

Note: This section only applies to Oracle Application Express on-premises installations or Database Cloud
Services that do not already have the Print Server setup to Oracle Rest Data Services.

In this section, you log into Oracle Application Express as an Instance Administrator and select Oracle REST
Data Services (ORDS) as Print Server. Perform the following steps:

1. Open the Oracle Application Express Administration Services by entering http://hostname:port


/apex/apex_admin in a web browser and press the Enter key.

2 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_01_01.txt)

2. Enter admin for User Name, the Instance Administrator password you specified when you installed Oracle
Application Express for Password, and click Sign In to Administration.

Note: Alternatively, you can enter http://hostname:port/apex/ in a web browser, and click the Enter key.
Once the Log In screen appears, enter INTERNAL for Workspace, ADMIN for User Name, the Instance
Administrator password you specified when you installed Oracle Application Express for Password, and
click Sign In.

Description of this image (files/PDF_Printing_01_02.txt)

3. From the Oracle Application Express Administration home page, click the down arrow next to Manage
Instance, and select Instance Settings.

3 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_01_03.txt)

4. Click the Report Printing tab.

Description of this image (files/PDF_Printing_01_04.txt)

5. Select Oracle REST Data Services for Print Server.

Description of this image (files/PDF_Printing_01_05.txt)

6. Click Apply Changes.

4 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_01_06.txt)

7. The Report Printing settings are saved. Click Sign Out.

Description of this image (files/PDF_Printing_01_07.txt)

Creating a Database Application with a Classic Report

In this section, you create a database application with a classic report on EMP table. This classic report will be
used in the next step to enable PDF printing.

1. From the Oracle Application Express home page, click the down arrow next to Application Builder, and
select Database Applications.

5 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_01.txt)

2. Click Create.

Description of this image (files/PDF_Printing_02_02.txt)

3. Accept the default, and click Next >.

6 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_03.txt)

4. Enter PDF Report Printing for Name, and click Next >.

Description of this image (files/PDF_Printing_02_04.txt)

5. You want to add a Classic Report to this application. Click Add Page.

Description of this image (files/PDF_Printing_02_05.txt)

7 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Classic for Report Type, and click Add Page.

Description of this image (files/PDF_Printing_02_06.txt)

7. Click Next >.

8 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_07.txt)

8. Accept the default, and click Next >.

Description of this image (files/PDF_Printing_02_08.txt)

9. Select Application Express Accounts for Authentication Scheme, and click Next >.

Description of this image (files/PDF_Printing_02_09.txt)

10. Click Create Application.

9 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_10.txt)

11. Click the Run Application icon.

10 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_11.txt)

12. Enter your Oracle Application Express credentials, and click Log In.

Description of this image (files/PDF_Printing_02_12.txt)

13. The PDF Report Printing application's home page loads. Click Emp in the navigation menu.

Description of this image (files/PDF_Printing_02_13.txt)

14. Scroll down to the end of the report, and notice that it does not have a Print option. In the next section, you
will enable PDF Printing for this report. Click Edit Page 2 in the developer toolbar.

11 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_02_14.txt)

Enabling PDF Printing for the Classic Report

In this section, you enable PDF printing for the classic report you have created in the previous section. Perform
the following steps:

1. In the Rendering tab, under EMP, click Attributes.

12 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_03_01.txt)

2. In the property editor, under Printing, select Yes for Enabled.

Description of this image (files/PDF_Printing_03_02.txt)

3. Click Save and Run Page.

13 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_03_03.txt)

4. Scroll down to the end of the report. Notice that Print option is now included in this report. Click Print.

Description of this image (files/PDF_Printing_03_04.txt)

5. A dialog to save the report as a PDF file, opens. Click Save.

14 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

Description of this image (files/PDF_Printing_03_05.txt)

6. Open the saved PDF file to see the report details. It also has option to print this report to a printer.

Description of this image (files/PDF_Printing_03_06.txt)

Want to Learn More?

Printing Report Regions (http://www.oracle.com/pls/topic/lookup?ctx=cloud&id=HTMDB05033)

Oracle Cloud Home Page (http://cloud.oracle.com)

Other tutorials on Oracle Database Cloud Service - Database Schema Service (http://www.oracle.com
/pls/topic/lookup?ctx=cloud&id=dbcstutorials)

15 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491)

Oracle Technology Network Application Express Home Page


(http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html)

(http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html)
(http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html)
(http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html)
(http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html) (https://apexapps.oracle.com
/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section
%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
(https://apexapps.oracle.com/pls/apex
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20

16 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)

(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20

17 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex
/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/section%3E%0A
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Csection
%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)

18 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Cspan%20style=)

(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=)
(https://apexapps.oracle.com/pls/apex/f?p=44785:141:0::NO:141:P141_PAGE_ID,P141_SECTION_ID:64,491%3EOracle%0A%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20Application%20Express%20Learning%20Library%3C/a%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/span%3E%3C/li%3E%0A%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/ul%3E%0A%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/div%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%3C/section%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Csection%3E%3Cbr%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%3Cspan%20style=) About Oracle (http://www.oracle.com/corporate/index.html)
Contact Us (http://www.oracle.com/us/corporate/contact/index.html) Legal Notices (http://www.oracle.com/us/legal/index.html)

19 sur 20 28/04/2018 à 11:16


Creating PDF Reports with Oracle Application Express 5.0 and Oracle ... http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r51...

20 sur 20 28/04/2018 à 11:16

You might also like