SlideShare a Scribd company logo
1 of 45
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.
Contact Details:
naveenaggarwal12@gmail.com
+91-9717996695
Oracle Apex Intoduction.pptx

More Related Content

What's hot

Let's build Developer Portal with Backstage
Let's build Developer Portal with BackstageLet's build Developer Portal with Backstage
Let's build Developer Portal with BackstageOpsta
 
Intro to DefectDojo at OWASP Switzerland
Intro to DefectDojo at OWASP SwitzerlandIntro to DefectDojo at OWASP Switzerland
Intro to DefectDojo at OWASP SwitzerlandMatt Tesauro
 
Introduction to docker and docker compose
Introduction to docker and docker composeIntroduction to docker and docker compose
Introduction to docker and docker composeLalatendu Mohanty
 
Deployment Strategies Powerpoint Presentation Slides
Deployment Strategies Powerpoint Presentation SlidesDeployment Strategies Powerpoint Presentation Slides
Deployment Strategies Powerpoint Presentation SlidesSlideTeam
 
The twelve factor app
The twelve factor appThe twelve factor app
The twelve factor appRavi Okade
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven DesignRyan Riley
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker, Inc.
 
Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatAmazon Web Services
 
Platform engineering 101
Platform engineering 101Platform engineering 101
Platform engineering 101Sander Knape
 
12 factor app an introduction
12 factor app an introduction12 factor app an introduction
12 factor app an introductionKrishna-Kumar
 
Clean Infrastructure as Code
Clean Infrastructure as Code Clean Infrastructure as Code
Clean Infrastructure as Code QAware GmbH
 
AZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptxAZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptxJavierMadrigal29
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Janusz Nowak
 
DevOps: The Future of Software Development
DevOps: The Future of Software DevelopmentDevOps: The Future of Software Development
DevOps: The Future of Software DevelopmentOpsta
 

What's hot (20)

A Hands-on Introduction to Docker
A Hands-on Introduction to DockerA Hands-on Introduction to Docker
A Hands-on Introduction to Docker
 
Let's build Developer Portal with Backstage
Let's build Developer Portal with BackstageLet's build Developer Portal with Backstage
Let's build Developer Portal with Backstage
 
Intro to DefectDojo at OWASP Switzerland
Intro to DefectDojo at OWASP SwitzerlandIntro to DefectDojo at OWASP Switzerland
Intro to DefectDojo at OWASP Switzerland
 
Introduction to docker and docker compose
Introduction to docker and docker composeIntroduction to docker and docker compose
Introduction to docker and docker compose
 
Deployment Strategies Powerpoint Presentation Slides
Deployment Strategies Powerpoint Presentation SlidesDeployment Strategies Powerpoint Presentation Slides
Deployment Strategies Powerpoint Presentation Slides
 
The twelve factor app
The twelve factor appThe twelve factor app
The twelve factor app
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven Design
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to Docker
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red Hat
 
Azure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala MeetupAzure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala Meetup
 
Introducing DevOps
Introducing DevOpsIntroducing DevOps
Introducing DevOps
 
Devops
DevopsDevops
Devops
 
Platform engineering 101
Platform engineering 101Platform engineering 101
Platform engineering 101
 
12 factor app an introduction
12 factor app an introduction12 factor app an introduction
12 factor app an introduction
 
Why to Cloud Native
Why to Cloud NativeWhy to Cloud Native
Why to Cloud Native
 
Clean Infrastructure as Code
Clean Infrastructure as Code Clean Infrastructure as Code
Clean Infrastructure as Code
 
AZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptxAZ-204T00A-PowerPoint_00.pptx
AZ-204T00A-PowerPoint_00.pptx
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
 
DevOps: The Future of Software Development
DevOps: The Future of Software DevelopmentDevOps: The Future of Software Development
DevOps: The Future of Software Development
 

Similar to Oracle Apex Intoduction.pptx

Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)sheriframadan18
 
Oracle apex presentration
Oracle apex presentrationOracle apex presentration
Oracle apex presentrationABM TECHNOLOGY
 
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- ZagrebAPEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- ZagrebMichael Hichwa
 
APEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciAPEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciMarketingArrowECS_CZ
 
Intro on Oracle Application express - APEX
Intro on Oracle Application express - APEXIntro on Oracle Application express - APEX
Intro on Oracle Application express - APEXLino Schildenfeld
 
Apache Flex: Overview
Apache Flex: OverviewApache Flex: Overview
Apache Flex: OverviewTarun Telang
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Featuresmsewtz
 
apex101-326750.ppt
apex101-326750.pptapex101-326750.ppt
apex101-326750.pptKashi69
 
Application express
Application expressApplication express
Application expressAntony Alex
 
Oracle APEX Introduction (release 18.1)
Oracle APEX Introduction (release 18.1)Oracle APEX Introduction (release 18.1)
Oracle APEX Introduction (release 18.1)Michael Hichwa
 
Oracle Application Express 20.2 New Features
Oracle Application Express 20.2 New FeaturesOracle Application Express 20.2 New Features
Oracle Application Express 20.2 New Featuresmsewtz
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019msewtz
 
Getting Started with Oracle APEX
Getting Started with Oracle APEXGetting Started with Oracle APEX
Getting Started with Oracle APEXDataNext Solutions
 
Vesterli hot and_not_whitepaper_wildcard_2013
Vesterli hot and_not_whitepaper_wildcard_2013Vesterli hot and_not_whitepaper_wildcard_2013
Vesterli hot and_not_whitepaper_wildcard_2013Andrejs Vorobjovs
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application ExpressHBoone
 
Simplify DevOps with Microservices and Mobile Backends.pptx
Simplify DevOps with Microservices and Mobile Backends.pptxSimplify DevOps with Microservices and Mobile Backends.pptx
Simplify DevOps with Microservices and Mobile Backends.pptxssuser5faa791
 
Oracle9i application server oracle forms services
Oracle9i application server   oracle forms servicesOracle9i application server   oracle forms services
Oracle9i application server oracle forms servicesFITSFSd
 
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...mahdi ahmadi
 

Similar to Oracle Apex Intoduction.pptx (20)

Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
Step-by-Step: APEX Installation on Tomcat (Windows Server 2016)
 
Oracle apex presentration
Oracle apex presentrationOracle apex presentration
Oracle apex presentration
 
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- ZagrebAPEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
APEX Alpe Adria Mike Hichwa Keynote April 11th 2019- Zagreb
 
APEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaciAPEX – jak vytvořit jednoduše aplikaci
APEX – jak vytvořit jednoduše aplikaci
 
Intro on Oracle Application express - APEX
Intro on Oracle Application express - APEXIntro on Oracle Application express - APEX
Intro on Oracle Application express - APEX
 
Apache Flex: Overview
Apache Flex: OverviewApache Flex: Overview
Apache Flex: Overview
 
Oracle APEX 18.1 New Features
Oracle APEX 18.1 New FeaturesOracle APEX 18.1 New Features
Oracle APEX 18.1 New Features
 
apex101-326750.ppt
apex101-326750.pptapex101-326750.ppt
apex101-326750.ppt
 
Application express
Application expressApplication express
Application express
 
Oracle APEX Introduction (release 18.1)
Oracle APEX Introduction (release 18.1)Oracle APEX Introduction (release 18.1)
Oracle APEX Introduction (release 18.1)
 
Oracle Application Express 20.2 New Features
Oracle Application Express 20.2 New FeaturesOracle Application Express 20.2 New Features
Oracle Application Express 20.2 New Features
 
APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019APEX Boston Meetup - October 1st, 2019
APEX Boston Meetup - October 1st, 2019
 
Oracle Apex Overview
Oracle Apex OverviewOracle Apex Overview
Oracle Apex Overview
 
Getting Started with Oracle APEX
Getting Started with Oracle APEXGetting Started with Oracle APEX
Getting Started with Oracle APEX
 
Vesterli hot and_not_whitepaper_wildcard_2013
Vesterli hot and_not_whitepaper_wildcard_2013Vesterli hot and_not_whitepaper_wildcard_2013
Vesterli hot and_not_whitepaper_wildcard_2013
 
Intro to Application Express
Intro to Application ExpressIntro to Application Express
Intro to Application Express
 
Oracle Application Express
Oracle Application ExpressOracle Application Express
Oracle Application Express
 
Simplify DevOps with Microservices and Mobile Backends.pptx
Simplify DevOps with Microservices and Mobile Backends.pptxSimplify DevOps with Microservices and Mobile Backends.pptx
Simplify DevOps with Microservices and Mobile Backends.pptx
 
Oracle9i application server oracle forms services
Oracle9i application server   oracle forms servicesOracle9i application server   oracle forms services
Oracle9i application server oracle forms services
 
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
Oracle restful api & data live charting by Oracle Apex - داشبورد آنلاین (داده...
 

Recently uploaded

TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....rightmanforbloodline
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingWSO2
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)Samir Dash
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityVictorSzoltysek
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 

Recently uploaded (20)

TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 

Oracle Apex Intoduction.pptx

  • 1. Oracle Application Express Rapid Application Development Tool By : Naveen Aggarwal https://www.oracleapextrainer.com/
  • 2. 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/
  • 3. 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/
  • 4. 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/
  • 5. 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/
  • 7. 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/
  • 8. http://apex.world https://www.oracleapextrainer.com/ Community-authored site providing: • Plug-ins • Slack discussion channels • Twitter feeds • News • Jobs • Conferences • Meetups
  • 10. UI for Any Device https://www.oracleapextrainer.com/
  • 11. 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
  • 12. 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.
  • 13. With Autonomous Database Included with New Always Free Service https://www.oracleapextrainer.com/
  • 14. 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/
  • 16. 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.
  • 18. 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/
  • 19. 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.
  • 20. 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.
  • 22. Multi-Tenant Hosting • APEX Administrator • Workspace Administrator • Developers • End Users https://www.oracleapextrainer.com/
  • 23. 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.
  • 24. Oracle APEX Deployment Options https://www.oracleapextrainer.com/
  • 25. 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/
  • 28. Home Page https://www.oracleapextrainer.com/ Comprehensive Development IDE, Web Application Development, and SQL Database Development
  • 29. Application Builder Integrated Development Environment (IDE) with Application Development Graphical "Page Designer" Features tight SQL and PL/SQL integration https://www.oracleapextrainer.com/
  • 32. 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.
  • 33. 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
  • 38. 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/
  • 41. 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.
  • 42. 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.
  • 43.