10.82 V$SQL_SHARED_CURSOR
V$SQL_SHARED_CURSOR
explains why a particular child
cursor is not shared with existing child cursors.
Each column identifies a specific reason why the cursor cannot be shared.
You can find additional diagnostic information about the cursors
displayed in this view by querying the V$SQL_SHARED_CURSOR_DIAG
view. Join this view with V$SQL_SHARED_CURSOR_DIAG
on the
SQL_ID
and CHILD_NUMBER
columns.
Column | Datatype | Description |
---|---|---|
|
|
SQL identifier |
|
|
Address of the parent cursor |
|
|
Address of the child cursor |
|
|
Child number |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( Note: This sharing criterion is deprecated |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
Child number, id, and reason the cursor is not shared. The content of this column is structured using XML. If this column is null, the |
|
|
The ID of the container to which the data pertains. Possible values include:
|
See Also: