Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose
This package is created to manage (enable/disable) optimizer fixes provided as part of PSU/bundles.
Optimizer fixes are those provided as part of bundle which has a fix-control and can possibly cause a plan change.
This package has existed in some previous versions of the database, was dropped most recently from 19.3 which is why it was dropped from the Library.
Oracle reintroduced it with 19.4 which the Library did not research so, from our perspective, it
was "new" again in 20c.
Be sure to read: MOS Note:2147007.1 - Automatic Fix Control Persistence (FCP) for Database Proactive Bundle Patch tells you more about it.
In brief, it deals with the - off by default - behavior changing optimizer fixes shipped in Bundle Patches and Update which Mike Dietrich
discussed in his July 25, 2017 blog post: https://mikedietrichde.com/2017/07/25/dbms_optim_bundle-only-available-in-oracle-12-1-0-2/
dbms_optim_bundle.set_fix_controls(
fix_control_string IN VARCHAR2,
scope IN VARCHAR2 DEFAULT 'MEMORY',
current_setting_precedence IN VARCHAR2 DEFAULT 'YES');