Last active
September 28, 2021 21:17
-
-
Save GusGA/47a10d969f75d26654c5c69b48d82773 to your computer and use it in GitHub Desktop.
Instalación db oracle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fs.file-max = 6815744 | |
kernel.sem = 250 32000 100 128 | |
kernel.shmmni = 4096 | |
kernel.shmall = 1073741824 | |
kernel.shmmax = 4398046511104 | |
kernel.panic_on_oops = 1 | |
net.core.rmem_default = 262144 | |
net.core.rmem_max = 5178150 | |
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install -y bc binutils compat-libcap1 compat-libstdc++-33 dtrace-modules \ | |
dtrace-modules-headers dtrace-modules-provider-headers dtrace-utils elfutils-libelf elfutils-libelf-devel | |
yum install -y fontconfig-devel | |
yum install -y glibc | |
yum install -y glibc-devel | |
yum install -y ksh | |
yum install -y libaio | |
yum install -y libaio-devel | |
yum install -y libdtrace-ctf-devel | |
yum install -y libXrender | |
yum install -y libXrender-devel | |
yum install -y libX11 | |
yum install -y libXau | |
yum install -y libXi | |
yum install -y libXtst | |
yum install -y libgcc | |
yum install -y librdmacm-devel | |
yum install -y libstdc++ | |
yum install -y libstdc++-devel | |
yum install -y libxcb | |
yum install -y make | |
yum install -y net-tools | |
um install -y net-tools | |
yum install -y nfs-utils | |
yum install -y python | |
yum install -y python-configshell | |
yum install -y python-rtslib | |
yum install -y python-six | |
yum install -y targetcli | |
yum install -y smartmontools | |
yum install -y sysstat | |
yum install -y unixODBC | |
yum groupinstall "Development tools" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment