1 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
2 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express 4.1 New Features
Mike Hichwa, Vice President, Database Tools
3 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
The following is intended to outline Oracle’s general
product direction. It is intended for information
purposes only, and may not be incorporated into any
contract. It is not a commitment to deliver any
material, code, or functionality, and should not be
relied upon in making purchasing decisions.
The development, release, and timing of any
features or functionality described for Oracle’s
products remains at the sole discretion of Oracle.
4 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
5 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Browser Based Application Development
6 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Benefits
Runs within Database
Self Service Provisioning
Leverage SQL Skills
Rapid Browser Based Development
Point your browser and start developing Build reports and charts using SQL
Out-of-the-box elastic private cloud service Simple to manage, highly scalable
7 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Architectural Overview
• Simple 2-Tier Architecture
• Pages dynamically rendered using database Meta data
• No code generation or file based compilation
• Runs everywhere Oracle Database runs
8 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
Fully supported no-cost feature of Oracle DB
• Distributed with
– Oracle Enterprise Edition
– Oracle Standard Edition
– Oracle Standard Edition One
– Oracle XE
• Supported Database Releases
– 10gR2
– 11gR1
– 11gR2
9 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Oracle Application Express (Oracle APEX)
History
HTML
DB 1.5
[2004]
•First
Release
HTML
DB 1.6
[2004]
•Themes
HTML DB
2.0 [2005]
•SQL
Workshop
Application
Express 2.1
[2006]
•Oracle XE
Application
Express 2.2
[2006]
•Packaged
Applications
Application
Express 3.0
[2007]
•Flash
Charts, PDF
Printing,
Access
Migration
Application
Express 3.1
[2008]
•Interactive
Reports
Application
Express 3.2
[2009]
•Oracle
Forms
Conversion
Application
Express 4.0
[2010]
•Websheets,
Dynamic
Actions,
Plug-Ins,
Team
Development
Application
Express 4.1
[2011]
•Data
Upload,
Error
Handling,
ROWID
10 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
11 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Error Handling
 Error Handling Function
 Provide developers full control when an error occurs
 Capabilities include:
 Log all errors
 Map errors raised by the Oracle Database (like “Unique constraint XYZ violated”)
to friendlier error messages
 Display all errors “Inline in Notification”
 Increase security by masking internal APEX errors
12 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Use of ROWID
 Allow usage of ROWID for Automatic DML Processing
 Tables with > 2 Primary Key(PK) columns supported
 Support for PK columns that are also a Foreign Key
 Alternative to identification of Primary Key columns
 Ability to create Form, Form & Report or Tabular Form on
Table or View with no Primary Key
13 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Data Upload
• Provide the ability for end-users to update
spreadsheet data into tables
 Developer uses wizard to specify parameters
Following pages created:
 Data Load Source
 Data / Table Mapping
 Data Validation
 Data Load Results
14 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Calendar
• Added “Drag and Drop” functionality
 Change Date and Time of records
• Added ability to create “Edit” page as part of calendar wizard
 “Edit” Page types of:
 Existing page
 Pop-up page
 New page
15 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Websheet Enhancements
Improved User Interface – offers greater control
New Page Section Type – PL/SQL
Query using Datagrid
Presentation mode
16 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Tabular Form Validations
and Processes
Support all the same validation types as a Page Item
(e.g. PL/SQL Expression, Exists, etc)
Allow referencing of column values in Validations and Processes
using Bind Variable syntax:
 :COLUMN_NAME
 Built-in Bind variables -
APEX$ROW_SELECTOR, APEX$ROW_NUM and APEX$ROW_STATUS
Validations & Processes can be fired for each submitted row
or once for the entire submission
Advisor has been enhanced to check for valid Tabular Form columns
17 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Plug-In Enhancements
Increased Number of Custom Attributes to 15
New Attribute Type - ‘Checkboxes’
Add plug-in Support for
 Authentication Schemes
 Authorization Schemes
Attribute Usability Enhancements in Application Builder
18 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Dynamic Action Enahncements
Declarative support for buttons to trigger dynamic actions
 Actions performed based on button clicks
 Works for HTML, Image and Template based buttons
Extend the Submit Page dynamic action to gray out the page
and show a processing icon
Improve the ability to define multiple item values within ‘Set Value’
19 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Accessibility
Improved Menu accessibility
Added ability to define row headers for tabular form fields
Added “High Contrast” mode
Improved usability for screen reader users when dealing with
validation errors
Integrated updated version of Rich Text Editor, offering improved
accessibility
20 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Application Translations
Modernized the Translation user interface
Streamlined the translation process
Minimize the translation requirements for repeated values
21 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Dynamic List
Base list on SQL or PL/SQL functions
 Dynamically create styled list items
Especially important for mobile based applications
22 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Mobile Applications
• Provide themes & HTML templates suitable for
smart phones and mobile devices
 jQuery Mobile*
Dynamic List Support
Improved HTML out of the box
* We plan to bundle jQuery Mobile into a future release
of Application Express
23 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Other New Features in 4.1
• Many Functional & Performance Improvements
• New AnyChart Flash Charts
• New CKEditor version
• New jQuery and jQuery UI versions
24 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
25 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Beyond Oracle APEX 4.1…
Proposed Future Release Features
 Enhanced themes and HTML templates to enable developers to declaratively
create mobile applications and/or mobile pages.
 Incorporate HTML 5 charting capabilities.
 Declarative specification of RESTful Web services mapped to SQL and
PL/SQL.
 Modal Dialogues
 Multiple Tabular Forms on one page
 Master-Detail-Detail support
 Multiple Interactive Reports on one page
26 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Program Agenda
• Oracle Application Express Overview
• New Features in 4.1
• Beyond Oracle APEX 4.1…
• Q&A
27 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
28 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
29 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.

More Related Content

PPT
Oracle New Function.ppt
PPTX
apex-42-new-features-1867076-lowcode_developpment.pptx
PPT
apex-overview low code developpement tools
PPT
apex101-326750.ppt
PDF
Getting Started with Oracle APEX
PPTX
Apex 42-new-features-1867076
PPT
Oracle Application Express
PDF
Oracle database 12c application express release notes
Oracle New Function.ppt
apex-42-new-features-1867076-lowcode_developpment.pptx
apex-overview low code developpement tools
apex101-326750.ppt
Getting Started with Oracle APEX
Apex 42-new-features-1867076
Oracle Application Express
Oracle database 12c application express release notes

Similar to apex41-new-features-487382.ppt (20)

PPT
apex--introduction-157585.ppt
PDF
Sewtz apex ui
PPTX
Oracle APEX Introduction (release 18.1)
PPTX
APEX Features Application Expres 5 Overview
PPT
Oracle Apex overview for the starter user
PPTX
Oracle Application Express Introduction
PDF
Oracle APEX 18.1 New Features
PPTX
Oracle application express ppt
PPTX
Oracle application express
PDF
Apex 4.0 @ ODTUG 2009
PDF
Oracle apex-hands-on-guide lab#1
PDF
Pretius Oracle Apex Primer
PPT
Apex ace update
PPTX
Oracle Apex Technical Introduction
PDF
Oracle Application Express 20.2 New Features
PPTX
JavaScript: Why Should I Care?
PDF
Advanced Reporting And Charting With Oracle Application Express 4.0
PDF
APEX 4.2 New Features
PDF
20100604 unyoug apex40_bauser
PDF
APEX – jak vytvořit jednoduše aplikaci
apex--introduction-157585.ppt
Sewtz apex ui
Oracle APEX Introduction (release 18.1)
APEX Features Application Expres 5 Overview
Oracle Apex overview for the starter user
Oracle Application Express Introduction
Oracle APEX 18.1 New Features
Oracle application express ppt
Oracle application express
Apex 4.0 @ ODTUG 2009
Oracle apex-hands-on-guide lab#1
Pretius Oracle Apex Primer
Apex ace update
Oracle Apex Technical Introduction
Oracle Application Express 20.2 New Features
JavaScript: Why Should I Care?
Advanced Reporting And Charting With Oracle Application Express 4.0
APEX 4.2 New Features
20100604 unyoug apex40_bauser
APEX – jak vytvořit jednoduše aplikaci

Recently uploaded (20)

PPTX
DIGITAL DESIGN AND.pptx hhhhhhhhhhhhhhhhh
PPTX
9 Bioterrorism.pptxnsbhsjdgdhdvkdbebrkndbd
PPTX
Stats annual compiled ipd opd ot br 2024
PPTX
inbound6529290805104538764.pptxmmmmmmmmm
PPTX
Statisticsccdxghbbnhhbvvvvvvvvvv. Dxcvvvhhbdzvbsdvvbbvv ccc
PPTX
GPS sensor used agriculture land for automation
PPTX
cyber row.pptx for cyber proffesionals and hackers
PPTX
machinelearningoverview-250809184828-927201d2.pptx
PDF
Mcdonald's : a half century growth . pdf
PPTX
Introduction to Fundamentals of Data Security
PPT
dsa Lec-1 Introduction FOR THE STUDENTS OF bscs
PPTX
ifsm.pptx, institutional food service management
PPTX
PPT for Diseases (1)-2, types of diseases.pptx
PPTX
Hushh Hackathon for IIT Bombay: Create your very own Agents
PDF
technical specifications solar ear 2025.
PPTX
chuitkarjhanbijunsdivndsijvndiucbhsaxnmzsicvjsd
PDF
book-34714 (2).pdfhjkkljgfdssawtjiiiiiujj
PDF
General category merit rank list for neet pg
PDF
Concepts of Database Management, 10th Edition by Lisa Friedrichsen Test Bank.pdf
PDF
2025-08 San Francisco FinOps Meetup: Tiering, Intelligently.
DIGITAL DESIGN AND.pptx hhhhhhhhhhhhhhhhh
9 Bioterrorism.pptxnsbhsjdgdhdvkdbebrkndbd
Stats annual compiled ipd opd ot br 2024
inbound6529290805104538764.pptxmmmmmmmmm
Statisticsccdxghbbnhhbvvvvvvvvvv. Dxcvvvhhbdzvbsdvvbbvv ccc
GPS sensor used agriculture land for automation
cyber row.pptx for cyber proffesionals and hackers
machinelearningoverview-250809184828-927201d2.pptx
Mcdonald's : a half century growth . pdf
Introduction to Fundamentals of Data Security
dsa Lec-1 Introduction FOR THE STUDENTS OF bscs
ifsm.pptx, institutional food service management
PPT for Diseases (1)-2, types of diseases.pptx
Hushh Hackathon for IIT Bombay: Create your very own Agents
technical specifications solar ear 2025.
chuitkarjhanbijunsdivndsijvndiucbhsaxnmzsicvjsd
book-34714 (2).pdfhjkkljgfdssawtjiiiiiujj
General category merit rank list for neet pg
Concepts of Database Management, 10th Edition by Lisa Friedrichsen Test Bank.pdf
2025-08 San Francisco FinOps Meetup: Tiering, Intelligently.

apex41-new-features-487382.ppt

  • 1. 1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 2. 2 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 4.1 New Features Mike Hichwa, Vice President, Database Tools
  • 3. 3 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. The following is intended to outline Oracle’s general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
  • 4. 4 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 5. 5 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Browser Based Application Development
  • 6. 6 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Benefits Runs within Database Self Service Provisioning Leverage SQL Skills Rapid Browser Based Development Point your browser and start developing Build reports and charts using SQL Out-of-the-box elastic private cloud service Simple to manage, highly scalable
  • 7. 7 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Architectural Overview • Simple 2-Tier Architecture • Pages dynamically rendered using database Meta data • No code generation or file based compilation • Runs everywhere Oracle Database runs
  • 8. 8 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) Fully supported no-cost feature of Oracle DB • Distributed with – Oracle Enterprise Edition – Oracle Standard Edition – Oracle Standard Edition One – Oracle XE • Supported Database Releases – 10gR2 – 11gR1 – 11gR2
  • 9. 9 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle Application Express (Oracle APEX) History HTML DB 1.5 [2004] •First Release HTML DB 1.6 [2004] •Themes HTML DB 2.0 [2005] •SQL Workshop Application Express 2.1 [2006] •Oracle XE Application Express 2.2 [2006] •Packaged Applications Application Express 3.0 [2007] •Flash Charts, PDF Printing, Access Migration Application Express 3.1 [2008] •Interactive Reports Application Express 3.2 [2009] •Oracle Forms Conversion Application Express 4.0 [2010] •Websheets, Dynamic Actions, Plug-Ins, Team Development Application Express 4.1 [2011] •Data Upload, Error Handling, ROWID
  • 10. 10 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 11. 11 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Error Handling  Error Handling Function  Provide developers full control when an error occurs  Capabilities include:  Log all errors  Map errors raised by the Oracle Database (like “Unique constraint XYZ violated”) to friendlier error messages  Display all errors “Inline in Notification”  Increase security by masking internal APEX errors
  • 12. 12 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Use of ROWID  Allow usage of ROWID for Automatic DML Processing  Tables with > 2 Primary Key(PK) columns supported  Support for PK columns that are also a Foreign Key  Alternative to identification of Primary Key columns  Ability to create Form, Form & Report or Tabular Form on Table or View with no Primary Key
  • 13. 13 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Data Upload • Provide the ability for end-users to update spreadsheet data into tables  Developer uses wizard to specify parameters Following pages created:  Data Load Source  Data / Table Mapping  Data Validation  Data Load Results
  • 14. 14 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Calendar • Added “Drag and Drop” functionality  Change Date and Time of records • Added ability to create “Edit” page as part of calendar wizard  “Edit” Page types of:  Existing page  Pop-up page  New page
  • 15. 15 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Websheet Enhancements Improved User Interface – offers greater control New Page Section Type – PL/SQL Query using Datagrid Presentation mode
  • 16. 16 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Tabular Form Validations and Processes Support all the same validation types as a Page Item (e.g. PL/SQL Expression, Exists, etc) Allow referencing of column values in Validations and Processes using Bind Variable syntax:  :COLUMN_NAME  Built-in Bind variables - APEX$ROW_SELECTOR, APEX$ROW_NUM and APEX$ROW_STATUS Validations & Processes can be fired for each submitted row or once for the entire submission Advisor has been enhanced to check for valid Tabular Form columns
  • 17. 17 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Plug-In Enhancements Increased Number of Custom Attributes to 15 New Attribute Type - ‘Checkboxes’ Add plug-in Support for  Authentication Schemes  Authorization Schemes Attribute Usability Enhancements in Application Builder
  • 18. 18 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Dynamic Action Enahncements Declarative support for buttons to trigger dynamic actions  Actions performed based on button clicks  Works for HTML, Image and Template based buttons Extend the Submit Page dynamic action to gray out the page and show a processing icon Improve the ability to define multiple item values within ‘Set Value’
  • 19. 19 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Accessibility Improved Menu accessibility Added ability to define row headers for tabular form fields Added “High Contrast” mode Improved usability for screen reader users when dealing with validation errors Integrated updated version of Rich Text Editor, offering improved accessibility
  • 20. 20 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Application Translations Modernized the Translation user interface Streamlined the translation process Minimize the translation requirements for repeated values
  • 21. 21 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Dynamic List Base list on SQL or PL/SQL functions  Dynamically create styled list items Especially important for mobile based applications
  • 22. 22 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Mobile Applications • Provide themes & HTML templates suitable for smart phones and mobile devices  jQuery Mobile* Dynamic List Support Improved HTML out of the box * We plan to bundle jQuery Mobile into a future release of Application Express
  • 23. 23 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Other New Features in 4.1 • Many Functional & Performance Improvements • New AnyChart Flash Charts • New CKEditor version • New jQuery and jQuery UI versions
  • 24. 24 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 25. 25 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Beyond Oracle APEX 4.1… Proposed Future Release Features  Enhanced themes and HTML templates to enable developers to declaratively create mobile applications and/or mobile pages.  Incorporate HTML 5 charting capabilities.  Declarative specification of RESTful Web services mapped to SQL and PL/SQL.  Modal Dialogues  Multiple Tabular Forms on one page  Master-Detail-Detail support  Multiple Interactive Reports on one page
  • 26. 26 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Program Agenda • Oracle Application Express Overview • New Features in 4.1 • Beyond Oracle APEX 4.1… • Q&A
  • 27. 27 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 28. 28 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
  • 29. 29 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.