KNTA_SERVER_PARAMETERS
This table is similar to the view KNTA_SERVER_PARAMETER_DEFAULTS, but stores parameters that the user cannot modify in the server.conf file.
Foreign Keys
This table does not have any foreign keys.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SERVER_PARAMETER_ID |
NOT NULL |
NUMBER |
System-generated identifier |
PARAMETER_NAME |
NOT NULL |
VARCHAR2(100) |
|
VALUE |
NULLABLE |
VARCHAR2(500) |
|
DESCRIPTION |
NULLABLE |
VARCHAR2(1000) |
|
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
|
REFERENCE_CODE |
NOT NULL |
VARCHAR2(200) |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_SERVER_PARAMETERS_U1 |
UNIQUE |
1 |
SERVER_PARAMETER_ID |
KNTA_SERVER_PARAMETERS_U2 |
UNIQUE |
1 |
PARAMETER_NAME |
SYS_C005198935 |
UNIQUE |
1 |
REFERENCE_CODE |
Sequences
This table uses no sequences.