10.53 V$SQL_CURSOR
V$SQL_CURSOR displays debugging information for each cursor associated with the session querying this view.
               
| Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Cursor number | 
| 
 | 
 | Flags set in the cursor | 
| 
 | 
 | Status of the cursor; that is, what state the cursor is in | 
| 
 | 
 | Pointer to the parent cursor handle | 
| 
 | 
 | Pointer to the parent cursor lock | 
| 
 | 
 | Pointer to the child cursor lock | 
| 
 | 
 | Pointer to the child cursor pin | 
| 
 | 
 | Total amount of memory allocated from persistent heap for this cursor | 
| 
 | 
 | Total amount of memory allocated from the work heap for this cursor | 
| 
 | 
 | Total number of bind positions in the query currently parsed into this cursor | 
| 
 | 
 | Total number of define variables in the query currently parsed into this cursor | 
| 
 | 
 | Which memory heap the bind variables are stored in: either the UGA or the CGA | 
| 
 | 
 | Instantiation object flags | 
| 
 | 
 | Instantiation object flags (continued) | 
| 
 | 
 | Pointer to the child cursor handle | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 |