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.

SOURCE NULLABLE VARCHAR2(1000)

Indicates how the license was installed:

  • NULL: The license was installed using the Administration Console.
  • CMD: The license was installed using the kLicenseInstall.sh command.

Indexes

This table has no indexes.

Sequences

This table uses no sequences.