5.295 DBA_ROLLING_PARAMETERS
DBA_ROLLING_PARAMETERS
lists the available parameters of the DBMS_ROLLING
PL/SQL package.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Database unique name associated with a parameter |
|
|
|
Type of parameter |
|
|
|
Name of the parameter |
|
|
|
Description of the parameter |
|
|
|
Current value of the parameter |
|
|
|
Prior value of the parameter |
|
|
|
Default value of the parameter |
|
|
|
Minimum value of the parameter |
|
|
|
Maximum value of the parameter |
See Also:
-
Oracle Data Guard Concepts and Administration for more information about rolling operations.
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_ROLLING
package