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


VIEW: SYS._DBA_STREAMS_RECOMMENDATIONS

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

DBA Streams Recommendations

[View Source]

Columns
Name Datatype Length Mandatory Comments
BENEFIT_ID NUMBER

ID of the recommendation benefit
BENEFIT_ARG1 VARCHAR2 (4000)
Argument 1 to the recommendation benefit
BENEFIT_ARG2 VARCHAR2 (4000)
Argument 2 to the recommendation benefit
BENEFIT_ARG3 VARCHAR2 (4000)
Argument 3 to the recommendation benefit
BENEFIT_ARG4 VARCHAR2 (4000)
Argument 4 to the recommendation benefit
BENEFIT_ARG5 VARCHAR2 (4000)
Argument 5 to the recommendation benefit
ADVISOR_TYPE VARCHAR2 (128)
Type of the advisor (PERFORMANCE, CONFIGURATION, ERROR)
RUN_TIME DATE

Time that the advisor was run
Query Text

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


SELECT BENEFIT_ID
,      BENEFIT_ARG1
,      BENEFIT_ARG2
,      BENEFIT_ARG3
,      BENEFIT_ARG4
,      BENEFIT_ARG5
,      ADVISOR_TYPE
,      RUN_TIME
FROM SYS._DBA_STREAMS_RECOMMENDATIONS;

Dependencies

[top of page]

SYS._DBA_STREAMS_RECOMMENDATIONS references the following:

SchemaSYS
TableWRI$_ADV_MESSAGE_GROUPS
TableWRI$_ADV_RECOMMENDATIONS
TableWRI$_ADV_TASKS
SYS._DBA_STREAMS_RECOMMENDATIONS is referenced by following:

SchemaPUBLIC
Synonym_DBA_STREAMS_RECOMMENDATIONS