Note
This view is available starting with V3.2.4.
Purpose
The V$GLOBALCONTEXT view displays the CLIENT_IDENTIFIER values of the global context attribute that can be accessed by the current session.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| NAMESPACE | VARCHAR2(128) | NO | The namespace of the global access context. |
| ATTRIBUTE | VARCHAR2(128) | NO | The attribute of the global access context. |
| VALUE | VARCHAR2(4000) | NO | The attribute value of the global access context. |
| USERNAME | VARCHAR2(128) | NO | The username for the global access context. |
| CLIENT_IDENTIFIER | VARCHAR2(65) | NO | The client ID of the global access context. |
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |