Posts

Showing posts with the label 19c Installation

Oracle Database 19c Installation

  Oracle Database 19c Installation On Oracle Linux 7 (OL7) Download Software delivery: Oracle Database 19c (19.3) Software (64-bit) Hosts File The "/etc/hosts" file must contain a fully qualified name for the server. <IP-address> <fully-qualified-machine-name> <machine-name> Oracle Installation Prerequisites Perform either the Automatic Setup or the Manual Setup to complete the basic prerequisites. Manual Setup If you have not used the "oracle-database-preinstall-19c" package to perform all prerequisites,  Add the following lines to the "/etc/sysctl.conf" file, # Customised parameters vm.pagecache=1 15 30 vm.min_free_kbytes=1024 vm.swappiness=10 #kernel.shmmax = 68719476736 #kernel.shmall = 4294967296 kernel.shmmni=4096 kernel.sem = 1820 232960 1820 128 net.core.rmem_default = 262144 net.core.wmem_default = 262144 fs.aio-max-nr = 3145728 fs.file-max = 6815744 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_max = 4194304 net.core...