Show TOC Entering content frame

 Procedure documentation Checking the Optimizer Mode (Oracle) Locate the document in its SAP Library structure

Starting with version 7 of Oracle, two optimizer modes are available. The Optimizer session is established using the init<SID>.ora-parameter optimizer_mode.

 

·        cost-based: init<SID>.ora parameter optimizer_mode = choose

·        rule-based: init<SID>.ora parameter optimizer_mode = rule

 

The parameter optimizer_mode is set for SAP systems and should only be changed if recommended by SAP. You should also take into account the appropriate notes.

Note

In contrast to the rule-based optimizer, you should create statistical tables for the cost-based optimizer. If you do not regularly create these table statistics, this may cause the cost-based optimizer to make wrong decisions and result in performance problems.

 

See also:

Structure linkDatabase Statistics with BR*Tools

Leaving content frame