[Home] [Help]
[Dependency Information]
| Object Name: | DBA_HIST_PLAN_OPTION_NAME |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Optimizer Explain Plan Option Names
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DBID | NUMBER | Yes | ||
| OPTION_ID | NUMBER | Yes | ||
| OPTION_NAME | VARCHAR2 | (64) | ||
| CON_DBID | NUMBER | |||
| CON_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT DBID
, OPTION_ID
, OPTION_NAME
, CON_DBID
, CON_ID
FROM SYS.DBA_HIST_PLAN_OPTION_NAME;
SYS
INT$DBA_HIST_PLAN_OPTION_NAME
PUBLIC
DBA_HIST_PLAN_OPTION_NAME
|
|
|
|