linux下安裝oracle 11g
1.安裝rpm包
elfutils-libelf-devel-0.137
elfutils-libelf-devel-static-0.137
gcc-4.1.2
gcc-c++-4.1.2
glibc-devel-2.5
glibc-headers-2.5
kernel-headers-2.6.18
libaio-devel-0.3.106
libao-devel-0.8.6
libgomp-4.4.0
libstdc++-devel
sysstat-7.0.2
unixODBC-2.2.11
unixODBC-devel-2.2.11
2.新增組和使用者
[root@OCM ~]# groupadd oinstall
[root@OCM ~]# groupadd dba
[root@OCM ~]# mkdir -p /u01/app/oracle
[root@OCM oracle]# useradd -g oinstall -G dba oracle
[root@OCM /]# chown -R oracle:oinstall u01
3.配置核心引數
1)編輯/etc/sysctl.conf檔案
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
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
2)編輯/etc/security/limits.conf檔案,新增以下內容
以oracle使用者登入,編輯/home/oracle/.bash_profile檔案
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
5.開始安裝
以oracle使用者登入,執行./runInstaller
elfutils-libelf-devel-0.137
elfutils-libelf-devel-static-0.137
gcc-4.1.2
gcc-c++-4.1.2
glibc-devel-2.5
glibc-headers-2.5
kernel-headers-2.6.18
libaio-devel-0.3.106
libao-devel-0.8.6
libgomp-4.4.0
libstdc++-devel
sysstat-7.0.2
unixODBC-2.2.11
unixODBC-devel-2.2.11
2.新增組和使用者
[root@OCM ~]# groupadd oinstall
[root@OCM ~]# groupadd dba
[root@OCM ~]# mkdir -p /u01/app/oracle
[root@OCM oracle]# useradd -g oinstall -G dba oracle
[root@OCM /]# chown -R oracle:oinstall u01
3.配置核心引數
1)編輯/etc/sysctl.conf檔案
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmall = 2097152
kernel.shmmax = 4294967295
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
2)編輯/etc/security/limits.conf檔案,新增以下內容
oracle soft nofile 1024
oracle hard nofile 65536
4.配置oracle環境變數以oracle使用者登入,編輯/home/oracle/.bash_profile檔案
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
export PATH=$ORACLE_HOME/bin:$PATH
5.開始安裝
以oracle使用者登入,執行./runInstaller
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26937943/viewspace-1406080/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Linux 6.7 靜預設安裝Oracle 11gOracleLinux
- Oracle 11G 安裝文件Oracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- Oracle 11G 安裝 bbed 工具Oracle
- Oracle Linux 7.5下載和安裝OracleLinux
- Linux下Oracle 11.2.0.1 RAC安裝筆記LinuxOracle筆記
- Linux安裝oracleLinuxOracle
- CentOS 7.5靜默安裝Oracle 11gCentOSOracle
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- centos7.3上安裝oracle xe 11gCentOSOracle
- 靜默方式安裝oracle 11g 完整攻略Oracle
- 靜默安裝Oracle資料庫11gOracle資料庫
- 【Oracle】Linux7安裝11g 86%報錯:Error in invoking target 'agent nmhs' of makefileOracleLinuxError
- linux環境下解除安裝oracle11gLinuxOracle
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- oracleLinux下安裝oracleOracleLinux
- ubuntu下安裝oracleUbuntuOracle
- windows下oracle安裝WindowsOracle
- Oracle 11G RAC叢集安裝(1)——安裝前的準備Oracle
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- 超詳細oracle 11g安裝步驟 win版本Oracle
- linux下安裝snap安裝工具Linux
- Oracle Linux 7.1中安裝MariadbOracleLinux
- 11. Oracle for Linux安裝和配置—11.3. Oracle安裝和配置—11.3.1. Oracle軟體安裝OracleLinux
- Linux下利用指令碼靜默安裝Oracle11GLinux指令碼Oracle
- Oracle Linux 6.5 安裝Oracle 10gR2LinuxOracle 10g
- Linux下安裝pymysqlLinuxMySql
- Linux下安裝jiebaLinuxJieba
- Linux下安裝GensimLinux
- Linux下SuperLU安裝Linux
- Linux下安裝GitLinuxGit
- linux下安裝pythonLinuxPython
- Linux 下安裝 ComposerLinux
- Linux下expect安裝Linux
- Linux下安裝RedisLinuxRedis
- InfluxDB Linux 下安裝Linux