Com SeaLinux habilitado você pode ter problemas a partir da biblioteca do cliente Oracle. Isto é porque o recurso SELinux não permite que a biblioteca do Oracle libnnz10.so a ser carregado.
Esteja ciente de que, desativando SELinux você estará removendo um mecanismo de segurança em seu sistema.
Para contornar esse problema, você precisará desativar o SELinux em seu sistema.
Para desativar o SELinux permanentemente, edite o arquivo/etc/seLinux/config e muda "enforcing" para "disabled".
[root@XXXXX /]# vim /etc/seLinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted