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


VIEW: SYS.CDB_ROLLING_PARAMETERS

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

List of parameters to configure rolling upgrade in all containers

[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
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_ROLLING_PARAMETERS does not reference any database object

SYS.CDB_ROLLING_PARAMETERS is referenced by following:

SchemaPUBLIC
SynonymCDB_ROLLING_PARAMETERS