0% found this document useful (0 votes)
86 views10 pages

Module 06 - Oracle Apex - Part 6

This document outlines an Oracle APEX training session that will cover: 1. How to develop charts in APEX 2. How to export an APEX application and import it into another instance 3. A lab exercise to build a sample application to manage employee data using interactive reports, forms, and charts.

Uploaded by

kiran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views10 pages

Module 06 - Oracle Apex - Part 6

This document outlines an Oracle APEX training session that will cover: 1. How to develop charts in APEX 2. How to export an APEX application and import it into another instance 3. A lab exercise to build a sample application to manage employee data using interactive reports, forms, and charts.

Uploaded by

kiran
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Oracle APEX

Part 6

📧[email protected] 📧[email protected]
Plan

Session 11am – 1pm

1. How to develop Charts?.


2. How to perform Export of an application and import on another instance.
3. Lab Exercise - Exercise to build a sample Application

📧[email protected] 📧[email protected]
How to develop Charts

Steps to create Chart region

● Navigate to appropriate Page Definition


● Access the create Region Wizard
○ Tree View - Right click the Regions
and select create
● The Create Region Wizard appears
● Select a region type as Chart
● Create the new series, Enter the source
query, select attributes as required
● Follow the on-screen instructions to create
a region.

📧[email protected] 📧[email protected]
Exporting an Application

Exporting an application involves below steps.

● Generate DDL of Objects: This step is to generate the DDLs which are required to create the
objects in the target environment. To generate DDL, follow below steps.
○ Navigate to SQL Workshop
○ Click on Generate DDL
○ Click on “Create SQL Script”
○ Follow on screen instructions to create script.
● Generate Data Dump: This step is to generate the data dump and create the data in target
environment. To generate data dump, follow below steps
○ Navigate to SQL Workshop
○ Click on Data Workshop
○ Follow on screen instructions to download the data dump file.

📧[email protected] 📧[email protected]
Exporting an Application

● Export Application: The next step is to export the application. To export application, follow below
steps
○ Navigate to App Builder
○ Edit the application
○ Click on Import / Export
○ Click on Export
○ Select the required options
○ Click on Export to export the complete application into a file.

📧[email protected] 📧[email protected]
Lab Exercise

Create an application to meet following requirements


● We should be able to create / edit employees with below details
○ First Name
○ Last Name
○ Job Type (Permanent / Contractual)
○ Hire Date
○ DOB
○ Salary
○ Department ID (ID from the department table)
○ Manager ID
○ Email Address
○ Role (Admin, Reader, User)
○ Created by
○ Created on

📧[email protected] 📧[email protected]
Lab Exercise

○ Last Updated By
○ Last Updated On

● The application should have an interactive report to list all employees.


○ It should allow edit of each employee on a form.
○ The report should have csv and excel download options available.
○ The ID and date columns should not be shown on report.
● When creating employee record, below fields should be mandatory
○ First Name
○ DOB
○ Job Type
○ Email Address
○ Salary

📧[email protected] 📧[email protected]
Lab Exercise

● Only Employees with Admin role should be able to edit the employee data.
● Create an interactive grid to manage department data (Department Number and Department
Name)
○ Department Number and Name should be mandatory while creating records.
○ Department Number should not be editable once the record is created on the grid.
○ Only Admin should be able to create department but rest users can edit the records
● Create charts to show below information
○ Department Wise Employee count.
○ Job Type wise Employee Count.

📧[email protected] 📧[email protected]
Questions

📧[email protected] 📧[email protected]
Thanks!
Contact us:
[email protected]
+44 207 101 9262
+ 1 212 404 1735

www.apps2fusion.com

📧[email protected] 📧[email protected]

You might also like