10.83 V$SQL_SHARED_CURSOR_DIAG
V$SQL_SHARED_CURSOR_DIAG
displays diagnostic information
about child cursors that cannot be shared with existing child cursors.
You can find additional information about the cursors displayed in this
view by querying the V$SQL_SHARED_CURSOR
view. Join this view with
V$SQL_SHARED_CURSOR
on the SQL_ID
and
CHILD_NUMBER
columns.
Column | Datatype | Description |
---|---|---|
|
|
SQL identifier |
|
|
Child number |
|
|
Reason the child cursor failed to share, in JSON format |
|
|
Diagnostic information, in JSON format |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is available starting with Oracle Database 23ai.
See Also: