活着,寻找生存。
分类: Oracle
2015-11-20 09:54:53
Standard Edition, Standard Edition One, and Enterprise Edition
7/13: Patch Set 11.2.0.4 for Linux and Solaris is now available on . Note: it is a full installation (you do not need to download 11.2.0.1 first). See the for more info (login to My Oracle Support required).
(11.2.0.4.0)
OpenVMS | (2GB) |
(11.2.0.2.0)
zLinux64 | , (2GB) |
(11.2.0.1.0)
Microsoft Windows (32-bit) | , (2GB) |
Microsoft Windows (x64) | , (2GB) |
Linux x86 | , (2GB) |
Linux x86-64 | , (2GB) |
Solaris (SPARC) (64-bit) | , (2GB) |
Solaris (x86-64) | , (2GB) |
HP-UX Itanium | , (2GB) |
HP-UX PA-RISC (64-bit) | , (2GB) |
AIX (PPC64) | , (2GB) |
Available RAM | Swap Space Required |
---|---|
Between 1 GB and 2 GB | 1.5 times the size of the RAM |
Between 2 GB and 16 GB | Equal to the size of the RAM |
More than 16 GB |
16 GB |
Installation Type | Requirement for Software Files (GB) |
---|---|
Enterprise Edition | 4.7 |
Standard Edition | 4.6 |
Installation Type | Requirement for Data Files (GB) |
---|---|
Enterprise Edition | 1.7 |
Standard Edition |
1.5 |
The following or later version of packages for Oracle Linux 6, Red Hat Enterprise Linux 6, and Asianux Server 4 must be installed:
binutils-2.20.51.0.2-5.11.el6 (x86_64) compat-libcap1-1.10-1 (x86_64) compat-libstdc++-33-3.2.3-69.el6 (x86_64) compat-libstdc++-33-3.2.3-69.el6.i686 gcc-4.4.4-13.el6 (x86_64) gcc-c++-4.4.4-13.el6 (x86_64) glibc-2.12-1.7.el6 (i686) glibc-2.12-1.7.el6 (x86_64) glibc-devel-2.12-1.7.el6 (x86_64) glibc-devel-2.12-1.7.el6.i686 ksh libgcc-4.4.4-13.el6 (i686) libgcc-4.4.4-13.el6 (x86_64) libstdc++-4.4.4-13.el6 (x86_64) libstdc++-4.4.4-13.el6.i686 libstdc++-devel-4.4.4-13.el6 (x86_64) libstdc++-devel-4.4.4-13.el6.i686 libaio-0.3.107-10.el6 (x86_64) libaio-0.3.107-10.el6.i686 libaio-devel-0.3.107-10.el6 (x86_64) libaio-devel-0.3.107-10.el6.i686 make-3.81-19.el6 sysstat-9.0.4-11.el6 (x86_64)
fs.aio-max-nr = 1048576 fs.file-max = 6815744 kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_default = 262144 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
groupadd -g 115 install
groupadd -g 116 dba
useradd -u 175 -g oinstall -G dba oracle
passwd oracle
id oracle
mkdir -p /opt/oracle
mkdir -p /opt/oracle/product
mkdir -p /opt/oracle/oradata
mkdir -p /opt/oracle/product/11.2.0/db_64
chown -R oracle:oinstall /opt/oracle
su – oracle
oracle>$ source .bash_profile