oracle19c_Redhat8
oracle19c_Redhat8
net/oracle/how-to-install-oracle-database-19c-on-linux]
[:wq]
[root@oracledb]# /etc/hostname
oracle
[:wq]
fs.file-max = 6815744
kernel.sem = 250 32000 100 128
kernel.shmmni = 4096 #The minimum size, in bytes, of a single shared memory
segment.
kernel.shmall = 1073741824
kernel.shmmax = 4398046511104 #The maximum size, in bytes, of a single shared
memory segment. For best performance, it should be large enough to hold the entire
SGA.
kernel.panic_on_oops = 1
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.default.rp_filter = 2
fs.aio-max-nr = 1048576
net.ipv4.ip_local_port_range = 9000 65500
[:wq]
root@oracledb # /sbin/sysctl -p
SELINUX=permissive
SELINUXTYPE=targeted
[:wq]
## Disable firewall
umask 022
ORACLE_SID=dbdocs
ORACLE_BASE=/opt/oracle
ORACLE_HOME=$ORACLE_BASE/product/19.0.0/dbhome_1
LD_LIBRARY_PATH=$ORACLE_HOME/lib
TMP=/tmp
TMPDIR=/tmp
PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch
export ORACLE_SID ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH TMP TMPDIR PATH
[oracle@dbdocs ~]$
export DISPLAY="HOST_NAME":0.0
# Example
export DISPLAY=dbdocs:0.0
Export DISPLAY=localhost:0.0
setenv DISPLAY localhost:0.0