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


VIEW: SYS.CDB_RECOVERABLE_SCRIPT_PARAMS

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

Details about the recoverable operation parameters in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SCRIPT_ID RAW (16)
Unique id of the operation
PARAMETER VARCHAR2 (128)
Name of the parameter
PARAM_INDEX NUMBER

Index for multi-valued parameter
VALUE CLOB (4000)
Value of the parameter
CON_ID NUMBER

container id
Query Text

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


SELECT SCRIPT_ID
,      PARAMETER
,      PARAM_INDEX
,      VALUE
,      CON_ID
FROM SYS.CDB_RECOVERABLE_SCRIPT_PARAMS;

Dependencies

[top of page]

SYS.CDB_RECOVERABLE_SCRIPT_PARAMS does not reference any database object

SYS.CDB_RECOVERABLE_SCRIPT_PARAMS is referenced by following:

SchemaPUBLIC
SynonymCDB_RECOVERABLE_SCRIPT_PARAMS