Recommended Oracle 19c Optimizer Settings for RSA Identity Governance & Lifecycle
Originally Published: 2020-06-22
Article Number
Applies To
RSA Product/Service Type: Enterprise Software
RSA Version/Condition: 7.2.0
Database: Oracle 19c
Issue
- optimizer_adaptive_plans
- optimizer_adaptive_statistics
- cursor_sharing
- optimizer_index_cost_adj
- optimizer_index_caching
- optimizer_features_enable
- compatible
- For Oracle 12.1.0.2 (2017 or later Proactive Bundle Patches not installed ) and below, see the RSA Identity Governance & Lifecycle Database Setup and Management Guide.
- For Oracle 12.2.0.1 and Oracle 12.1.0.2 (2017 or later Proactive Bundle Patches installed) see RSA Knowledge Base Article 000038082 -- Recommended Oracle 12.2.0.1 or 12.1.0.2 Proactive Bundle Patch October 2017 or later Optimizer Settings in RSA Identity Governance & Lifecycle.
- RSA Identity Governance & Lifecycle does not distribute Oracle 19c. Therefore, if you are on an RSA-Supplied database, this article does not apply to your environment.
- Although Oracle 19c is supported for use with RSA Identity Governance & Lifecycle, it has not been qualified (certified) for use with RSA Identity Governance & Lifecycle 7.1.1 or 7.2.0.
- This RSA Knowledge Base Article is specific to Oracle 19c and not 12.2.0.2 (Oracle 18c).
Tasks
select * from product_component_version;For more information on supported database versions, please see the RSA Identity Governance & Lifecycle Platform Datasheet and Support Matrix for your version of RSA Identity Governance & Lifecycle.
Resolution
alter system set optimizer_adaptive_plans=FALSE scope=spfile sid='*'; alter system set optimizer_adaptive_statistics=FALSE scope=spfile sid='*'; alter system set optimizer_index_cost_adj=30 scope=both sid='*'; alter system set optimizer_index_caching=50 scope=both sid='*'; alter system set cursor_sharing=force scope=spfile sid='*'; alter system reset optimizer_features_enable scope=spfile sid='*'; alter system reset compatible scope=spfile sid='*';NOTES:
- The recommended Oracle 12.2.0.1 optimizer_features_enable parameter and the compatible parameter (if set) need to be reset to their default values.
- Parameter settings with scope=both will take effect immediately. All other parameters require a database restart to go into effect.
Related Articles
AFX Server is in a questionable state after an unexpected database failure in RSA Identity Governance & Lifecycle 28Number of Views Oracle Database Memory Sizing for RSA Identity Governance & Lifecycle 468Number of Views Recommended Oracle 12.2.0.1 or 12.1.0.2 Proactive Bundle Patch October 2017 or later Optimizer Settings in RSA Identity Go… 380Number of Views Error: 'No additional applications designed for your handheld were found' while installing RSA SecurID Software Token on B… 13Number of Views Performance Issues in Oracle 19c with Database Statistics in RSA Identity Governance & Lifecycle 391Number of Views
Trending Articles
Authentication Manager Supported Hardware and Upgrade Paths RSA Authentication Manager Upgrade Process Artifacts to gather in RSA Identity Governance & Lifecycle How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Authentication Manager 'Principal Does Not Possess Authenticator' Error for Users with Multiple IDs
Don't see what you're looking for?