-
Set the password for the "oracle" user.
|
›_ Console |
|
# passwd oracle |
-
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 |
-
Once the change is complete, restart the server or run the following command.
|
›_ Console |
|
# setenforce Permissive |
-
If you have the Linux firewall enabled, you will need to disable it.
|
›_ Console |
|
# systemctl stop firewalld # systemctl disable firewalld |