Oracle Apex - User

Card Puncher Data Processing

About

A user in Apex.

Variable

APP_USER

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

G_USER

From the APEX_APPLICATION package, the global variable G_USER specifies the currently logged in user.

Public

A public user is not authenticated. Ie if all users have the same rights and privileges, they are referred to as public users. See Oracle Apex - Public Navigation (Page and user)

DAD

With an authentication through the database access descriptor (DAD), when Oracle Apex - (Authentication|Identity) equals the value in the Public User field , the Application Express engine considers the current session to be a “public user” session.

Oracle Apex Application Security Public User

From the APEX_APPLICATION package, the global variable G_PUBLIC_USER holds this value.

API





Discover More
Card Puncher Data Processing
Oracle Apex - (Application|Page|Region|User) Cache

API See APEX_UTIL package: CACHE_GET_DATE_OF_PAGE_CACHE Function CACHE_GET_DATE_OF_REGION_CACHE Function CACHE_PURGE_BY_APPLICATION...
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 - 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...
Card Puncher Data Processing
Oracle Apex - Session (or application context)

A Session is created after : the authentication of a user the first visit of a public user with the zero session feature Each session is assigned a unique identifier. The Application Express...
Apex Find Workspace
Oracle Apex - Workspace

A workspace is a virtual private database allowing multiple users to work within the same Oracle Application Express installation while keeping their objects, data and applications private. Each workspace...



Share this page:
Follow us:
Task Runner