Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
DBA_ADVISOR_JOURNAL
displays the journal entries for all tasks in the database.
Related View
USER_ADVISOR_JOURNAL
displays the journal entries for the tasks owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
Owner of the task | |
TASK_ID |
NUMBER |
NOT NULL |
Identifier of the task or workload object |
TASK_NAME |
VARCHAR2(30) |
Name of the task or workload object | |
JOURNAL_ENTRY_SEQ |
NUMBER |
NOT NULL |
Sequence number of the journal entry (unique for each task). This sequence number is used to order the data. |
JOURNAL_ENTRY_TYPE |
VARCHAR2(12) |
Type of the task:
|
|
JOURNAL_ENTRY |
VARCHAR2(4000) |
Entry in the journal |