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


VIEW: SYS.DBA_RECOVERABLE_SCRIPT_PARAMS

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

Details about the recoverable operation parameters

[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
Query Text

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


SELECT SCRIPT_ID
,      PARAMETER
,      PARAM_INDEX
,      VALUE
FROM SYS.DBA_RECOVERABLE_SCRIPT_PARAMS;

Dependencies

[top of page]

SYS.DBA_RECOVERABLE_SCRIPT_PARAMS references the following:

SchemaSYS
TableRECO_SCRIPT_PARAMS$
SYS.DBA_RECOVERABLE_SCRIPT_PARAMS is referenced by following:

SchemaPUBLIC
SynonymDBA_RECOVERABLE_SCRIPT_PARAMS
SchemaSYS
Package BodyDBMS_STREAMS_MC - show dependent code
Package BodyDBMS_STREAMS_MT - show dependent code
Package BodyDBMS_STREAMS_SM - show dependent code