The Function Result Cache, added in Oracle Database 11g, offers developers a way to dramatically reduce the amount of time it takes to retrieve data that is requested repeatedly by database sessions (specifically: when the same rows of a table are fetched much more frequently than they are changed). This cache is stored in the SGA, shared across all sessions in the instance, and automatically purged of "dirty data" by the Oracle Database. Every application running on Oracle Database 11g Release 1 or higher Enterprise Edition should be taking advantage of this feature. Best of all, there is minimal impact on your code to start using this feature!
Watch how to create a web-based Database Application using Oracle Application Express 4.2. You will also see how to add a Mobile User Interface to the database application, thereby allowing users to access the application on a mobile device. Learn how to use a responsive theme in an application, so that the application can be viewed on any device such as desktops, mobiles, smartphones or tablets.
The purpose of this video is to show you how to create a RESTful web service declaratively using Oracle Application Express SQL Workshop with the Application Listener, and then consume that same service using Oracle Application Expresses support for declaratively creating clients based on RESTful web services.
This demonstration shows you how to install and use a packaged application in Application Express Release 4.2.
This demonstration provides an overview on how to create a Mobile Web Application using Application Express Release 4.2
This demonstration provides an overview on how to use Theme 25 to create a responsive web application in Application Express Release 4.2