# SYSTEMLICENSES: Data Dictionary Licenses
Properties and their values of the currently active license contract key.
- Catalog: `DataDictionary`
- Schema: `Invantive`
- Alias: `lce`
- Label: Licenses
This is a read-only view. The Data Dictionary API may not support changing the data or the Invantive UniversalSQL driver for Data Dictionary does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Dictionary API.
## View Columns
The columns of the view `SYSTEMLICENSES` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `ALIAS` | `varchar2`(240) | Alias | ☐ | Alias of the provider. |
| `CLIENT_ID` | `varchar2`(240) | Client ID | ☐ | OAuth client ID. |
| `NAME` | `varchar2`(240) | Name | ☑ | Name of the license property. |
| `PROVIDER_INSTANCE_UID` | `guid` | Provider Instance UID | ☐ | Unique ID of the provider instance. |
| `PROVIDER_NAME` | `varchar2`(240) | Provider Name | ☐ | Name of the provider. |
| `REDIRECT_URL` | `varchar2`(4000) | | ☐ | OAuth redirect URL. |
| `VALUE` | `varchar2`(131072) | Value | ☐ | Current value of the license property. |