KNTA_ARCHIVES

This table stores the list of installed archives and versions that is to be downloaded by clients. It stores base product archives as well as any installed Accelerators.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KACC_ACCELERATORS_NLS

ACCELERATOR_ID

ACCELERATOR_ID

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

Column Descriptions

Column Name

Null?

Data Type

Description

ARCHIVE_ID

NOT NULL

NUMBER

System-generated identifier

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

CREATION_DATE

NOT NULL

DATE

Date record was created

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

BASE_FILENAME

NOT NULL

VARCHAR2(80)

Filename of bundles to be downloaded by clients

ARCHIVE_NAME

NOT NULL

VARCHAR2(80)

Archive names contained within the bundles

ARCHIVE_TYPE

NULLABLE

VARCHAR2(20)

Archive types or extensions of the archives (zip or jar)

VERSION

NOT NULL

VARCHAR2(20)

System-generated version for the entity. This column must not be updated manually

ACCELERATOR_ID

NULLABLE

NUMBER

Identifier for an accelerator bundle

Indexes

This table uses no indexes.

Sequences

This table uses no sequences.