Property | Description |
---|---|
Parameter type |
Boolean |
Default value |
|
Modifiable |
|
Range of values |
|
Basic |
No |
Oracle RAC |
All instances should use the same value |
OPTIMIZER_INMEMORY_AWARE
enables or disables all of the optimizer cost model enhancements for in-memory. Setting the parameter to false
causes the optimizer to ignore the in-memory property of tables during the optimization of SQL statements. This behavior can also be achieved by setting the OPTIMIZER_FEATURES_ENABLE
initialization parameter to values lower than 12.1.0.2.
Note:
This initialization parameter is available starting with Oracle Database 12c Release 1 (12.1.0.2).
See Also:
Oracle Database Concepts and Oracle Database SQL Tuning Guide for more information about the optimizer