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


VIEW: SYS.USER_OUTLINE_HINTS

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

Hints stored in outlines owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Stage at which the outline is processed
NODE NUMBER

I.D. of the query or subquery to which the hint applies
STAGE NUMBER

Stage at which outline is processed
JOIN_POS NUMBER

Position of the table in the join order
HINT CLOB (4000)
Text of the hint
Query Text

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


SELECT NAME
,      NODE
,      STAGE
,      JOIN_POS
,      HINT
FROM SYS.USER_OUTLINE_HINTS;

Dependencies

[top of page]

SYS.USER_OUTLINE_HINTS references the following:

SchemaOUTLN
TableOL$
TableOL$HINTS
SchemaSYS
TableUSER$
SYS.USER_OUTLINE_HINTS is referenced by following:

SchemaPUBLIC
SynonymALL_OUTLINE_HINTS
SynonymUSER_OUTLINE_HINTS