JD Edwards: Difference between revisions
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
REMOTE_LOGIN_PASSWORDFILE=SHARED | REMOTE_LOGIN_PASSWORDFILE=SHARED | ||
==Error== | |||
Linux 6 (oracle) | |||
..jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory | |||
-> Install LibXext-1.3.2-2.1.el6.i686 | |||
yum install | |||
..jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory | |||
-> Install LibXtst-1.2.2-2.1.el6.i686 | |||
yum install |
Revision as of 04:25, 15 July 2015
Enterprise Server
Linux Setup
sysctl.conf
/etc/sysclt.conf
net.ipv4.ip_forward=0 ###Nr001 fs.file-max=6815744 kernel.sem=1024 32000 100 142 kernel.shmmni=4096 kernel.shmall=1073741824 kernel.shmmax=4398046511104 net.core.rmem_default=262144 net.core.rmem_max=4194304 net.core.wmem_default=262144 net.core.wmem_max=1048586 fs.aio-max-nr=1048576 net.ipv4.ip_local_port_range=9000 65500
/etc/security/limits.conf
oracle soft nproc 2047 oracle hard nproc 16384 oracle hard nofile 65536 oracle soft nofile 1024
Oracle Setup
- To enable remote connections for your Oracle database
Edit the init.ora file, and set the remote condition by adding this line:
REMOTE_LOGIN_PASSWORDFILE=SHARED
Error
Linux 6 (oracle) ..jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory -> Install LibXext-1.3.2-2.1.el6.i686 yum install
..jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory -> Install LibXtst-1.2.2-2.1.el6.i686 yum install