Skip to main content
Version: Candidate-4.0

verbose_session_variables

verbose_session_variables provides detailed information about session variables, including their default values and whether they have been changed from the default.

The following fields are provided in verbose_session_variables:

FieldDescription
VARIABLE_NAMEThe name of the session variable.
VARIABLE_VALUEThe current value of the session variable.
DEFAULT_VALUEThe default value of the session variable.
IS_CHANGEDIndicates whether the variable's value has been changed from its default (true) or not (false).