Purpose
This view displays the CLIENT_IDENTIFIER values of the global contexts accessible in the current session.
Columns
Column |
Type |
Nullable |
Description |
|---|---|---|---|
| NAMESPACE | VARCHAR2(128) | NO | The namespace of the global context. |
| ATTRIBUTE | VARCHAR2(128) | NO | The attribute of the global context. |
| VALUE | VARCHAR2(4000) | NO | The value of the attribute of the global context. |
| USERNAME | VARCHAR2(128) | NO | The username applicable to the value of the global context. |
| CLIENT_IDENTIFIER | VARCHAR2(65) | NO | The client identifier of the global context. |
| CON_ID | NUMBER(38) | NO | The tenant ID. |
