DROP END USER CONTEXT

Purpose

Use DROP END USER CONTEXT to drop an end-user context.

Prerequisites

You do not need additional privileges for dropping an end-user context in your own schema. To drop an end-user context in other schemas you must have the DROP ANY END USER CONTEXT system privilege.

Syntax

Description of the illustration drop_end_user_context.gif

Semantics

Example

The following SQL statement drops the end-user context attribute hcm:

DROP END USER CONTEXT hr.hcm;