5.286 DBA_ROLLING_PARAMETERS

DBA_ROLLING_PARAMETERS lists the available parameters of the DBMS_ROLLING PL/SQL package.

Column Datatype NULL Description

SCOPE

VARCHAR2(128)

Database unique name associated with a parameter

TYPE

VARCHAR2(7)

Type of parameter

NAME

VARCHAR2(32)

Name of the parameter

DESCRIPTION

VARCHAR2(256)

Description of the parameter

CURVAL

VARCHAR2(256)

Current value of the parameter

LSTVAL

VARCHAR2(256)

Prior value of the parameter

DEFVAL

VARCHAR2(256)

Default value of the parameter

MINVAL

NUMBER

Minimum value of the parameter

MAXVAL

NUMBER

Maximum value of the parameter

See Also: