Additional Setup

  1. Set the password for the "oracle" user.

›_ Console

# passwd oracle


  1. Set secure Linux value to "permissive" by editing the /etc/selinux/config file and making sure that the SELINUX flag is set as follows.

›_ Console

# nano /etc/selinux/config

# SELINUX=permissive


  1. Once the change is complete, restart the server or run the following command.

›_ Console

# setenforce Permissive


  1. If you have the Linux firewall enabled, you will need to disable it.

›_ Console

# systemctl stop firewalld

# systemctl disable firewalld