[Home] [Help]
[Dependency Information]
Object Name: | DBA_OUTLINE_HINTS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
Hints stored in outlines
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
NAME | VARCHAR2 | (128) | Name of the outline | |
OWNER | VARCHAR2 | (128) | User who created the outline | |
NODE | NUMBER | I.D. of the query or subquery to which the hint applies | ||
STAGE | NUMBER | Stage at which the outline is processed | ||
JOIN_POS | NUMBER | Position of the table in the join order | ||
HINT | CLOB | (4000) | Text of the hint |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, OWNER
, NODE
, STAGE
, JOIN_POS
, HINT
FROM SYS.DBA_OUTLINE_HINTS;
|
|
|