KNTA_SERVER_PARAM_DEF

This is the original data table for view KNTA_SERVER_PARAMETER_DEFAULTS. This table stores the definition and default values of all parameters supported by PPM and exposed to customer.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name

Null?

Data Type

Description

SERVER_PARAMETER_DEFAULT_ID

NOT NULL

NUMBER

Parameter ID

PARAMETER_NAME

NOT NULL

VARCHAR2(100)

Server parameter name

DEFAULT_VALUE

NULLABLE

VARCHAR2(500)

Default value of the parameter

DESCRIPTION

NULLABLE

VARCHAR2(1000)

Description of the parameter

DEFINITION_LANGUAGE

NOT NULL

VARCHAR2(40)

Definition language

REFERENCE_CODE

NOT NULL

VARCHAR2(200)

Reference code

ISREADONLY

NULLABLE

VARCHAR2(1)

Indicates whether the parameter would be editable through Administration Console or not

PARAM_TYPE

NULLABLE

VARCHAR2(40)

Parameter Type. Could be one of boolean, String, Numeric.

IS_SENSITIVE

NULLABLE

VARCHAR2(1)

Indicates whether the parameter is sensitive or not. If it is sensitive then it is not editable through Administrative Console unless the Administrative Console opened using any secured connection such as HTTPS.

IS_HIDDEN

NULLABLE

VARCHAR2(1)

Indicates whether the parameter is hidden or not. If hidden then the parameter is not exposed through Administration Console

IS_CLUSTER_ONLY

NULLABLE

VARCHAR2(1)

Indicates whether the parameter is cluster wide

IS_STATIC

NULLABLE

VARCHAR2(1)

Indicates whether the parameter is static or not. Changes to the static parameters will not take effect unless the server is restarted.

Indexes

Index Name

Index Type

Sequence

Column Name

KNTA_SERVER_PARAM_DEFAULTS_U1

UNIQUE

1

SERVER_PARAMETER_DEFAULT_ID

KNTA_SERVER_PARAM_DEFAULTS_U2

UNIQUE

1

PARAMETER_NAME

SYS_C005198943

UNIQUE

1

REFERENCE_CODE

Sequences

This table uses no sequences.