CONFIG_SCHEMAS

The CONFIG_SCHEMAS view contains generic configuration variables for schemas defined in the definition schema. All configuration settings for a single schema can be obtained by concatenating rows matching the correct CATALOG_NAME and SCHEMA_NAME and ordering the results by sequence.
The table below lists the columns that are associated with the CONFIG_SCHEMAS view:
Name
Type
Description
DATA
VARCHAR(128)
Not Null
Specifies the configuration data.
CATALOG_NAME
VARCHAR(256)
Specifies the name of the catalog. If not applicable, the value is NULL.
SCHEMA_NAME
VARCHAR(256)
Specifies the name of the schema.
SEQUENCE
SMALLINT
Specifies the configuration chunk sequence.
Last updated: March 6, 2018