Table of Contents

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 Public

DAD

With an authentication through the database access descriptor (DAD), when Authentication 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