[Home] [Help]
[Dependency Information]
| Object Name: | _DBA_STREAMS_RECOMMENDATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
DBA Streams Recommendations
| 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 |
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;
SYS
WRI$_ADV_MESSAGE_GROUPS
WRI$_ADV_RECOMMENDATIONS
WRI$_ADV_TASKS
PUBLIC
_DBA_STREAMS_RECOMMENDATIONS
|
|
|
|