KNTA_LICENSE_DATASOURCE

This table stores all the licenses user installed.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name Null? Data Type Description

LICENSE_KEY

NOT NULL

VARCHAR2(1000)

License key

UPDATE_TIME

NOT NULL

DATE

Update time. When license are added or deleted, this value will be updated.

IS_DELETE

NOT NULL

NUMBER(1)

Licenses will not be deleted from database physically; use this flag to mark deleted licenses.

Indexes

This table has no indexes.

Sequences

This table uses no sequences.