Installation was completed and I was about to run sqlplus for the first time.
On a terminal I typed sqlplus /nolog
but I got error like below:
error while loading shared libraries:
The reason is that SELinux is running and it is in enforcing mode
To solve this problem please request your system admin
or if you have root password then do below:
# getenforce (to see the current mode)
Enforcing
# setenforce 0 (to change the mode to )
# getenforce (to see the current mode)
Permissive
You will find more info here
No comments:
Post a Comment