9.14 V$SES_OPTIMIZER_ENV
V$SES_OPTIMIZER_ENV displays the contents of the optimizer environment used by each session. When a new session is first created, it automatically inherits its optimizer environment from the optimizer environment defined at the instance level by V$SYS_OPTIMIZER_ENV. The value of certain parameters can be dynamically modified by issuing an ALTER SESSION statement.
               | Column | Datatype | Description | 
|---|---|---|
| 
 | 
 | Session identifier. This column can be used to join with  | 
| 
 | 
 | Unique identifier of the parameter in the optimizer environment | 
| 
 | 
 | Name of the parameter | 
| 
 | 
 | Associated feature control ID | 
| 
 | 
 | Indicates whether the parameter is set to the default value ( | 
| 
 | 
 | Value of the parameter for the session | 
| 
 | 
 | The ID of the container to which the data pertains. Possible values include: 
 | 
See Also: