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
Recommended Oracle 12.2.0.1 or 12.1.0.2 Proactive Bundle Patch October 2017 or later Optimizer Settings in RSA Identity Go… 379Number of Views Recommended Java heap memory settings in RSA Identity Governance & Lifecycle 128Number of Views RSA Identity Management and Governance Appliance Updater 65Number of Views Performance Issues in Oracle 19c with Database Statistics in RSA Identity Governance & Lifecycle 386Number of Views Error: 'No additional applications designed for your handheld were found' while installing RSA SecurID Software Token on B… 12Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?