RA_CONFIG

This view lists the Recovery Appliance configuration settings. The list includes public configuration settings as well as internal configuration settings that have been altered from the default value.

In software release 21.1, changes made to the config table are tracked, as well as default values, which are the "best values" that the Recovery Appliance is shipped with. The view shows all non-underscore config entries as well as those that have values different from the default values.

Column Data Type NULL Description

NAME

VARCHAR2(30)

NOT NULL

The name of the configuration variable. See "RA_CONFIG" for variable definitions and default values.

VALUE

VARCHAR2(100)

The value of the configuration variable.

DEFAULT_VALUE

VARCHAR2(100)

The default value of the configuration variable.

CHANGE_DATE

TIMESTAMP(6) WITH TIME ZONE

The date this configuration variable was changed from the default value.

COMMENTS

VARCHAR2(300)

The comment given at the time the configuration variable was changed.