The debuginfo for Oracle Linux may be found by following the links below.
To easily install debuginfo for a given package, you should first configure the Oracle Linux debuginfo Yum repository, by placing the configuration corresponding to your OL version in a new file named : /etc/yum.repos.d/oracle-linux-debuginfo.repos.
Once configured you can use the command debuginfo-install PACKAGE to install the debuginfo for PACKAGE.
[ol10_baseos_latest-debuginfo]
name=Oracle Linux 10 Debuginfo
baseurl=https://oss.oracle.com/ol10/debuginfo/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=0
[ol9_baseos_latest-debuginfo]
name=Oracle Linux 9 Debuginfo
baseurl=https://oss.oracle.com/ol9/debuginfo/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=0
[ol8_baseos_latest-debuginfo]
name=Oracle Linux 8 Debuginfo
baseurl=https://oss.oracle.com/ol8/debuginfo/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=0
[ol7_latest-debuginfo]
name=Oracle Linux 7 Debuginfo
baseurl=https://oss.oracle.com/ol7/debuginfo/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=0
The debuginfo rpms for Oracle VM Server (x86) kernel packages may be found by following the links below