Skip to content

Additional Setup

The following additional steps must be performed, whether you did automatic or manual setup of the server.

Set the password for the oracle user:

# passwd oracle

Secure Linux to permissive:
Set secure Linux to permissive by editing the /etc/selinux/config file. Make sure the SELINUX flag is set as follows.

SELINUX=permissive

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

# setenforce Permissive