Purpose
V$GLOBALCONTEXT displays the CLIENT_IDENTIFIER values of the global context attribute that can be accessed by the current session.
Fields
| Field | Type | Nullable? | Description |
|---|---|---|---|
| NAMESPACE | VARCHAR2(128) | NO | The namespace of the globally accessible context. |
| ATTRIBUTE | VARCHAR2(128) | NO | The attribute of the globally accessible context. |
| VALUE | VARCHAR2(4000) | NO | The attribute value of the globally accessible context. |
| USERNAME | VARCHAR2(128) | NO | The username of the globally accessible context. |
| CLIENT_IDENTIFIER | VARCHAR2(65) | NO | The client ID of the globally accessible context. |
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |