DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_ROLLING_PARAMETERS

Object Details
Object Name: DBA_ROLLING_PARAMETERS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

List of parameters to configure rolling upgrade

[View Source]

Columns
Name Datatype Length Mandatory Comments
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SCOPE
,      TYPE
,      NAME
,      DESCRIPTION
,      CURVAL
,      LSTVAL
,      DEFVAL
,      MINVAL
,      MAXVAL
FROM SYS.DBA_ROLLING_PARAMETERS;

Dependencies

[top of page]

SYS.DBA_ROLLING_PARAMETERS references the following:

SchemaSYSTEM
TableROLLING$DATABASES
TableROLLING$PARAMETERS
TableROLLING$STATUS
SYS.DBA_ROLLING_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymDBA_ROLLING_PARAMETERS