Is there a tuned profile available for Oracle RDBMS?
Environment
- Red Hat Enterprise Linux (RHEL) 6, 7, 8, 9
- tuned-profiles-oracle
- tuned
Issue
- Is there a tuned profile available for Oracle RDBMS?
- What is the use of
tuned-profiles-oraclepackage? - How to enabled tuned profile
oracle?
Resolution
- The package
tuned-profiles-oracleprovides tuned profileoracle.
# rpm -ql tuned-profiles-oracle
/usr/lib/tuned/oracle
/usr/lib/tuned/oracle/tuned.conf
/usr/share/man/man7/tuned-profiles-oracle.7.gz
- Tuned profile
oracleis optimize for Oracle RDBMS.
# tuned-adm list | grep oracle
- oracle - Optimize for Oracle RDBMS
To enable the tuned profile for Oracle RDBMS, install the tuned-profiles-oracle package.
- After installing it, you should enable tuned
oracleprofile.
# tuned-adm profile oracle
- Verify the currently active profile
# tuned-adm active
Current active profile: oracle
# tuned-adm verify
Verification succeeded, current system settings match the preset profile.
See tuned log file ('/var/log/tuned/tuned.log') for details.
Red Hat Enterprise Linux 6:
- The package
tuned-profiles-oracleis available in repository:rhel-6-server-optional-rpms
# subscription-manager repos --enable=rhel-6-server-optional-rpms
# yum install tuned-profiles-oracle
Red Hat Enterprise Linux 7:
- The package
tuned-profiles-oracleis available in repository:rhel-7-server-optional-rpms
# subscription-manager repos --enable=rhel-7-server-optional-rpms
# yum install tuned-profiles-oracle
Red Hat Enterprise Linux 8:
- The package
tuned-profiles-oracleis available in repository:rhel-8-for-x86_64-baseos-rpms
# subscription-manager repos --enable=rhel-8-for-x86_64-baseos-rpms
# yum install tuned-profiles-oracle
Red Hat Enterprise Linux 9:
- The package
tuned-profiles-oracleis available in repository:rhel-9-for-x86_64-appstream-rpms
# subscription-manager repos --enable=rhel-9-for-x86_64-appstream-rpms
# dnf install tuned-profiles-oracle
Product(s)
Components
Category
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.