Oracle Apex - Internal Engine (Page processing and Rendering)

Card Puncher Data Processing

About

When you run an application, the Application Express engine relies on two processes:

Steps

Show Page

When you request a page using a URL, the engine is running Show Page.

Show Page is the page rendering process. It assembles all the page attributes (including regions, items, and buttons) into a viewable HTML page.

Accept Page

Accept Page performs page processing. It performs any computations, validations, processes, and branching.

When you submit a page, the Application Express engine is running Accept Page or performing page processing during which it saves the submitted values in the session cache and then performs any computations, validations, or processes.

Management

Stop

See APEX_APPLICATION.STOP_APEX_ENGINE

Documentation / Reference





Discover More
Card Puncher Data Processing
Oracle Apex - Debug (Messages)

The debug facility displays application processing details through messages that can be: enabled (to a certain information ) disabled added removed See constant...
Card Puncher Data Processing
Oracle Apex - (Authentication|Identity)

This page makes part of the security theme and talks authentication implementation in Apex. Once a user has been identified, the Application Express engine keeps track of each user by setting: ...
Card Puncher Data Processing
Oracle Apex - (Page Rendering|Show Page| HTML Request)

Page rendering is the process of generating an HTML page (from the database) when a page is requested using a URL. This engine process assembles all the page rendering attributes including: regions,...
Card Puncher Data Processing
Oracle Apex - Database (Schema|Session)

Each page requested during an Apex session results in the Application Express engine creating or reusing an Oracle database session to access database resources. Often these database sessions last just...
Card Puncher Data Processing
Oracle Apex - Page (Accept|Processing|Submit|Controller)

“Accept page” performs any computations, validations, processes, and branching. When you submit a page, the Application Express engine is running Accept Page or performing page processing during which...
Card Puncher Data Processing
Oracle Apex - Public Navigation (Page and user)

The public navigation mechanism in Apex. A public navigation means that: the user is a public user (not authenticated), the target page is a public page in the current application This prerequisites...
Oracle Apex Session State Scope
Oracle Apex - Session state

Session state is a workspace that contains all variables with their values for one user. Session state can be maintained: Per session (to maintain session state per session). The session ID locate...
Card Puncher Data Processing
Oracle Apex - URL

The format of the APEX URL and URL management. Where: pocserver01:7777...
Oracle Apex Application Security Public User
Oracle Apex - User

A user in Apex. Once a user has been identified, the Application Express engine keeps track of each user by setting the value of the variable APP_USER. APP_USER...



Share this page:
Follow us:
Task Runner