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