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


VIEW: SYS.CDB_ADVISOR_JOURNAL

Object Details
Object Name: CDB_ADVISOR_JOURNAL
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_NAME VARCHAR2 (128)
JOURNAL_ENTRY_SEQ NUMBER
Yes
JOURNAL_ENTRY_TYPE VARCHAR2 (12)
JOURNAL_ENTRY 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_NAME
,      JOURNAL_ENTRY_SEQ
,      JOURNAL_ENTRY_TYPE
,      JOURNAL_ENTRY
,      CON_ID
FROM SYS.CDB_ADVISOR_JOURNAL;

Dependencies

[top of page]

SYS.CDB_ADVISOR_JOURNAL does not reference any database object

SYS.CDB_ADVISOR_JOURNAL is referenced by following:

SchemaPUBLIC
SynonymCDB_ADVISOR_JOURNAL