COLUMN_NAME | DATA_TYPE | NULLABLE | DATA_DEFAULT | COLUMN_ID | COMMENTS |
---|---|---|---|---|---|
NAME | VARCHAR2(1000 CHAR) | No | null | 1 | Primary key - Name of configurable variable. |
VAL | VARCHAR2(4000 CHAR) | Yes | null | 2 | Value of configurable variable. |
DESCRIPTION | VARCHAR2(2000 CHAR) | Yes | null | 3 | Description of parameters |