links
For Oracle instration, You should check the kernel parameters by the following command, though Oracle
installer checks the values, before installation will proceed.
|
[root@myserver ]# /sbin/sysctl -a | grep 'sem|shm|file-max|ip_local' net.ipv4.ip_local_port_range = 1024 65000 [root@myserver]# |
If You want to change these values, you can edit the file /etc/sysctl.conf and immediately bu running
the command /sbin/sysctl -p. These values will be set automatically in the future when your server starts.