V$SQL_CS_SELECTIVITY
exposes the valid selectivity ranges for a child cursor in extended cursor sharing mode. A valid range consists of a low and high value for each predicate containing binds. Each predicate's selectivity (with the current bind value) must fall between the corresponding low and high values in order for the child cursor to be shared.
Column | Datatype | Description |
---|---|---|
|
|
Address of the handle to the parent for this cursor |
|
|
Hash value of the parent statement in the library cache |
|
|
SQL identifier of the parent cursor in the library cache |
|
|
Number of the child cursor |
|
|
Predicate whose selectivity must fall between low and high values |
|
|
Identifier for the range used to match up the low and high values for multiple predicates |
|
|
Lower bound for allowable selectivity |
|
|
Upper bound for allowable selectivity |
|
|
The ID of the container to which the data pertains. Possible values include:
|