SlideShare a Scribd company logo
Oracle Application Express
Rapid Application Development Tool
By : Naveen Aggarwal
https://www.oracleapextrainer.com/
What is Oracle APEX ?
Oracle Application Express (APEX) is a low-code
development platform that enables you to build scalable,
secure enterprise apps, with world-class features, that can
be deployed anywhere.
https://www.oracleapextrainer.com/
Overview
• Database centric development tool for Oracle Database
application development.
• Develop desktop and mobile applications
• Targeted at developers who knows SQL and PL/SQL
• 100% browser based development, deployment and
runtime.
• On premise, on laptop, on cloud, on RAC, any platform
where Oracle DB is available.
https://www.oracleapextrainer.com/
Main benefits of APEX
It’s free to use
If you have an Oracle database, then you already own APEX. Using it won’t
cost you anything.
It’s easy to get started
There are no complex programs to install on your machine before you get
started. All you need is a web browser.
You don’t need to be a “coder”
With its easy-to-use interface, you can build amazing applications without
writing any code.
One of the greatest advantages of Oracle APEX is that you have native
access to all the capabilities of Oracle Database.
https://www.oracleapextrainer.com/
Features of APEX
No cost fully supported feature
• Any number of apps, developers and end-users.
• Specialized Oracle Support Team.
• All DB editions : EE, SE2, XE
Included with Oracle Cloud Services
• Autonomous Database
• Database as a Service
• No cost evaluation https://apex.oracle.com
Easy to install
• Included by default with all editions of Oracle Database
• Download latest release from https://apex.oracle.com/otn
https://www.oracleapextrainer.com/
APEX History
https://www.oracleapextrainer.com/
Community Support
Over 500,000 developers worldwide
• Estimated from support requests, download, conferences, and
discussion forum activities.
More than 100 active bloggers http://odtug.com/apex
https://apex.oracle.com/community
Consulting companies, books, success stories quotes,
Commercial apps etc.
Twitter
https://twitter.com/oracleapex?lang=en
https://www.oracleapextrainer.com/
http://apex.world
https://www.oracleapextrainer.com/
Community-authored site
providing:
• Plug-ins
• Slack discussion channels
• Twitter feeds
• News
• Jobs
• Conferences
• Meetups
Community Support
https://www.oracleapextrainer.com/
UI for Any Device
https://www.oracleapextrainer.com/
Where can you run Oracle APEX
https://www.oracleapextrainer.com/
Oracle Cloud:
You can run APEX in an Autonomous Database (ADB) – an elastic database
that you can scale up. It’s self-driving, self-healing, and can repair and upgrade
itself. It comes in two flavours:
• Autonomous Transaction Processing (ATP) – basically transaction
processing, it’s where APEX sees most use;
• Autonomous Data Warehouse (ADW) – for more query-driven APEX
applications. Reporting data is also a common use of Oracle APEX.
You can also use the new Database Cloud Service (DCS) – an APEX-only
solution. For a fee, you can have a commercial application running on a
database cloud service
Where can you run Oracle APEX
https://www.oracleapextrainer.com/
On-premise or Private Cloud
You can also run Oracle APEX on-premise or in a Private Cloud – anywhere
where a database runs. It can be a physical, dedicated server, a virtualized
machine, a docker image (you can run it on your laptop, fire it up on a train or a
plane – it’s very popular among Oracle Application Express developers).
You can also use it on Exadata – a super-powerful APEX physical server on
cloud services.
With Autonomous Database
Included with New Always Free Service
https://www.oracleapextrainer.com/
Architectural Overview
Oracle APEX uses a simple 3-tier architecture where requests are sent
from the browser, through a web server, to the database.
All processing, data manipulation and business logic is executed in the
database. This architecture guarantees zero latency data access, top
performance, and scalability, out of the box.
https://www.oracleapextrainer.com/
Production Environment
https://www.oracleapextrainer.com/
What is ORDS ?
https://www.oracleapextrainer.com/
ORDS (formerly known as Oracle Application Express Listener) is a
middle tier JAVA application that allows to access Oracle Database
resources via REST. Use standard HTTP calls
(GET|POST|PUT|DELETE|HEAD) via URIs that ORDS makes available.
Hierarchy Comparison
https://www.oracleapextrainer.com/
APEX vs Forms/ Reports
Area Forms APEX
Architecture Metadata stored in
“.fmb” file
Metadata stored in db
tables
Programming
Language
PL/SQL on both client
and server
PL/SQL on serverside
Database Connection Fixed Dynamic
UI Programming Java HTML, JS, CSS
Application modules Windows/ Canvas/
Block
Pages/ Regions
Client Control Triggers JavaScript
Charts BI Beans HTML, JS, Flash
https://www.oracleapextrainer.com/
The APEX Advantages
https://www.oracleapextrainer.com/
Cost
There are no licensing costs associated with Oracle APEX. Oracle APEX is a
feature of Oracle Database, thus if you have a license for Oracle Database,
you already have Oracle APEX.
Flexibility
With Oracle APEX you have a lot of flexibility with where you do development,
from developing on a laptop, on-premises, or in the cloud. Where you develop
your apps doesn't limit where you can deploy your applications. You can
develop and deploy wherever there is an Oracle Database, with Oracle APEX
installed. No need to install any desktop client for application development. Just
need web browser for everything.
The APEX Advantages
https://www.oracleapextrainer.com/
Reuse
All of the underlying database programs (packages, functions, procedures)
can very easily be called directly from Oracle APEX. Therefore, you do not to
rewrite the extensive database business logic you are already utilizing from
Oracle Forms.
Improved User Experience
APEX application can streamline the specific use cases, making them fully
responsive and mobile friendly. Frequently one APEX interactive report can
replace many forms page.
Multiple Technologies
In APEX multiple web technologies like HTML, JavaScript, CSS, Jquery etc.
can be easily integrated which makes end user experience better.
Multi-Tenant Hosting
https://www.oracleapextrainer.com/
Multi-Tenant Hosting
• APEX Administrator
• Workspace
Administrator
• Developers
• End Users
https://www.oracleapextrainer.com/
Roles and Responsibilities
https://www.oracleapextrainer.com/
Instance Administrator
Responsible for instance configuration and monitoring, include workspace
provisioning, feature configuration, security and instance settings.
Instance Administrator
Responsible for requesting, monitoring, and maintaining developers within a
workspace. Generally also have developers responsibilities.
Developer
Develop applications and required database objects.
End User
Utilize the application.
Oracle APEX Deployment Options
https://www.oracleapextrainer.com/
Useful Links
• Primary site https://apex.oracle.com
• APEX Shortcuts https://apex.oracle.com/shortcuts
• APEX Community https://apex.oracle.com/community
• Blogs https://blogs.oracle.com/apex
• APEX on Autonomous https://apex.oracle.com/autonomous
• Database Cloud Services https://cloud.oracle.com/database
• Oracle Learning Library https://www.oracle.com/oll
• Oracle APEX Education https://apex.oracle.com/education
https://www.oracleapextrainer.com/
APEX Hosting Companies
https://www.oracleapextrainer.com/
Product
Components
Home Page
https://www.oracleapextrainer.com/
Comprehensive Development IDE, Web Application Development, and SQL
Database Development
Application Builder
Integrated Development Environment (IDE) with Application Development
Graphical "Page Designer" Features tight SQL and PL/SQL integration
https://www.oracleapextrainer.com/
Page Designer
https://www.oracleapextrainer.com/
SQL Workshop
https://www.oracleapextrainer.com/
Team Development
https://www.oracleapextrainer.com/
Team Development has been
reimagined as a new
and more flexible way to work
with colleagues
and keep track of tasks,
features, bugs and
feedback.
App Gallery
https://www.oracleapextrainer.com/
• Robust suite of productivity and
sample applications.
• Illustrates best practices and
design patterns.
• Template to start customization
(e.g. unlock your packaged
app).
• Upgraded with every release
Code Editor
https://www.oracleapextrainer.com/
Apex Features
https://www.oracleapextrainer.com/
Apex Features
https://www.oracleapextrainer.com/
Charting Component
Apex Features
https://www.oracleapextrainer.com/
Calendars from SQL
Apex Features
Absolutely Responsive
The Universal Theme UI for Oracle APEX has
been designed from the very beginning to be
fully responsive so that it works just as well on
small screen as it does on larger ones.
This means that the UI components such as
forms, charts, reports, and more will work
seamlessly across varying screen resolutions
while maintaining the same or similar
functionality
https://www.oracleapextrainer.com/
Apex Application Maintenance
https://www.oracleapextrainer.com/
Books on APEX
https://www.oracleapextrainer.com/
Oracle Apex Summary
https://www.oracleapextrainer.com/
• Well Established Product : First released in 2004
• Most powerful Low Code Application Development Platform: Allows
developer to focus on solving the business problem and delivering
superior solutions, with less time and effort spent on mundane and
repetitive lower-level coding.
• Continually growing: Oracle install base is adopting Oracle APEX for
increasing numbers of projects, and is increasingly an approved
corporate IT standard.
Oracle Apex Summary
https://www.oracleapextrainer.com/
• Aligned with industry trends: Strong support for HTML5 development
frameworks, Modern & responsive CSS3 UI, integrated JavaScript
libraries, Browser-based, self-service provisioning, flexible
development and deployment including cloud services.
• Consistent with Oracle developers skill set: SQL, PL/SQL, Oracle
Database.
Proficiency in the Oracle database easily translates into an ability to
develop web applications.
Oracle Apex Intoduction.pptx
Contact Details:
naveenaggarwal12@gmail.com
+91-9717996695
Oracle Apex Intoduction.pptx

More Related Content

PPTX
Oracle APEX Introduction (release 18.1)
PPT
Testing in Agile Projects
PDF
Introduction to Microsoft Azure Cloud
PDF
Object Oriented Programming
PDF
نظام ارشفة و ادارة الوثائق - برنامج فكرة للارشفة الالكترونية
PPTX
Oracle Forms to APEX conversion tool
PPTX
MÃthode-agile-SCRUM.pptx
PPT
Standard Cost Accounting in Oracle ERP
Oracle APEX Introduction (release 18.1)
Testing in Agile Projects
Introduction to Microsoft Azure Cloud
Object Oriented Programming
نظام ارشفة و ادارة الوثائق - برنامج فكرة للارشفة الالكترونية
Oracle Forms to APEX conversion tool
MÃthode-agile-SCRUM.pptx
Standard Cost Accounting in Oracle ERP

What's hot (20)

PPTX
Vanrish Mulesoft Integration architect ppt
PDF
Azure Lab Services
PPT
Intro on Oracle Application express - APEX
PPT
Oracle WebLogic Server Basic Concepts
PPTX
Sap architecture
PDF
Oracle Application Express (APEX) and Microsoft Sharepoint integration
PDF
Oracle Security Presentation
PDF
Highlights of WSO2 API Manager 4.0.0
PDF
Reporting with Oracle Application Express (APEX)
PPTX
ESPC19 - Microsoft Teams Architecture Deep Dive
PPT
Domain Driven Design (DDD)
PDF
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
PDF
Let's build Developer Portal with Backstage
PDF
Building an open data platform with apache iceberg
PPTX
Power Automate
PPTX
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
PDF
Powershell training material
PDF
Next-Generation Cloud Native Apps with Spring Cloud and Kubernetes
PDF
Private cloud-webinar
PDF
Microsoft Azure Active Directory
Vanrish Mulesoft Integration architect ppt
Azure Lab Services
Intro on Oracle Application express - APEX
Oracle WebLogic Server Basic Concepts
Sap architecture
Oracle Application Express (APEX) and Microsoft Sharepoint integration
Oracle Security Presentation
Highlights of WSO2 API Manager 4.0.0
Reporting with Oracle Application Express (APEX)
ESPC19 - Microsoft Teams Architecture Deep Dive
Domain Driven Design (DDD)
Oracle APEX, Oracle Autonomous Database, Always Free Oracle Cloud Services
Let's build Developer Portal with Backstage
Building an open data platform with apache iceberg
Power Automate
Capgemini Cloud Assessment - A Pathway to Enterprise Cloud Migration
Powershell training material
Next-Generation Cloud Native Apps with Spring Cloud and Kubernetes
Private cloud-webinar
Microsoft Azure Active Directory
Ad

Similar to Oracle Apex Intoduction.pptx (20)

PDF
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
PDF
Oracle apex presentration
PDF
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
PDF
APEX – jak vytvořit jednoduše aplikaci
PPT
apex-overview low code developpement tools
PPT
Apache Flex: Overview
PDF
Oracle APEX 18.1 New Features
PPT
apex101-326750.ppt
PDF
Application express
PDF
From Basics to Brilliance_ The Transformation and Key Benefits of Oracle APEX...
PDF
Oracle Application Express 20.2 New Features
PDF
APEX Boston Meetup - October 1st, 2019
PPT
Oracle Apex Overview
PPT
Oracle Apex overview for the starter user
PPTX
APEX Features Application Expres 5 Overview
PDF
Getting Started with Oracle APEX
PDF
Vesterli hot and_not_whitepaper_wildcard_2013
PPT
Intro to Application Express
PPT
Oracle Application Express
PPTX
Simplify DevOps with Microservices and Mobile Backends.pptx
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Oracle apex presentration
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
APEX – jak vytvořit jednoduše aplikaci
apex-overview low code developpement tools
Apache Flex: Overview
Oracle APEX 18.1 New Features
apex101-326750.ppt
Application express
From Basics to Brilliance_ The Transformation and Key Benefits of Oracle APEX...
Oracle Application Express 20.2 New Features
APEX Boston Meetup - October 1st, 2019
Oracle Apex Overview
Oracle Apex overview for the starter user
APEX Features Application Expres 5 Overview
Getting Started with Oracle APEX
Vesterli hot and_not_whitepaper_wildcard_2013
Intro to Application Express
Oracle Application Express
Simplify DevOps with Microservices and Mobile Backends.pptx
Ad

Recently uploaded (20)

PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Approach and Philosophy of On baking technology
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
A Presentation on Artificial Intelligence
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Modernizing your data center with Dell and AMD
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
KodekX | Application Modernization Development
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Encapsulation theory and applications.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Big Data Technologies - Introduction.pptx
Review of recent advances in non-invasive hemoglobin estimation
Approach and Philosophy of On baking technology
Understanding_Digital_Forensics_Presentation.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
A Presentation on Artificial Intelligence
Dropbox Q2 2025 Financial Results & Investor Presentation
Modernizing your data center with Dell and AMD
20250228 LYD VKU AI Blended-Learning.pptx
KodekX | Application Modernization Development
MYSQL Presentation for SQL database connectivity
Encapsulation theory and applications.pdf
Electronic commerce courselecture one. Pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Empathic Computing: Creating Shared Understanding
Per capita expenditure prediction using model stacking based on satellite ima...

Oracle Apex Intoduction.pptx