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


VIEW: SYS.CDB_ADVISOR_LOG

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

in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128)
TASK_ID NUMBER
Yes
TASK_NAME VARCHAR2 (128)
EXECUTION_START DATE

EXECUTION_END DATE

STATUS VARCHAR2 (11)
STATUS_MESSAGE VARCHAR2 (4000)
PCT_COMPLETION_TIME NUMBER

PROGRESS_METRIC NUMBER

METRIC_UNITS VARCHAR2 (64)
ACTIVITY_COUNTER NUMBER

RECOMMENDATION_COUNT NUMBER

ERROR_MESSAGE VARCHAR2 (4000)
CON_ID NUMBER

container id
Query Text

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


SELECT OWNER
,      TASK_ID
,      TASK_NAME
,      EXECUTION_START
,      EXECUTION_END
,      STATUS
,      STATUS_MESSAGE
,      PCT_COMPLETION_TIME
,      PROGRESS_METRIC
,      METRIC_UNITS
,      ACTIVITY_COUNTER
,      RECOMMENDATION_COUNT
,      ERROR_MESSAGE
,      CON_ID
FROM SYS.CDB_ADVISOR_LOG;

Dependencies

[top of page]

SYS.CDB_ADVISOR_LOG does not reference any database object

SYS.CDB_ADVISOR_LOG is referenced by following:

SchemaPUBLIC
SynonymCDB_ADVISOR_LOG