Oracle on Fedora
Always a challenge. I have no idea why they keep changing things around. If you're stuck with Fedora like me, comments on this page for whatever tips you have!
Core 8 64bit issues
libXp.so.6
How would they move it to libXp...yum install libXp
Untested platform
modify /etc/redhat-release toredhat-3
kernel parameters
/etc/sysctl.conf
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
# for 11g, the following values need to be 4194304
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
kernel.shmmax = 2147483648
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
# for 11g, the following values need to be 4194304
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=262144
CentOS 5.0 64bit issue
UnsatisfiedLinkError exception loading native library: njni10
# after installing oracle, run relink all # and watch the error. could be export LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
There are no comments on this page. [Add comment]