您好,登錄后才能下訂單哦!
硬件準備:物理內(nèi)存至少為1G,linux虛擬機的容量為60G。
cat /etc/redhat-release 和uname -r 兩個命令查看內(nèi)核和版本,支持linux5/6 2.6.32-xxxxxx及以上版本。 安裝過程中所需文件都放在附件里咯
安裝步驟:
基本配置
配置ip為10.0.0.1,用setup命令,之后重啟網(wǎng)絡(luò)服務(wù)
關(guān)閉安全機制:
[root@poem ~]# setenforce 0
[root@poem ~]# /etc/init.d/iptables stop
修改主機名
[root@poem Desktop]#hostname jz
[root@poem Desktop]#vim /etc/sysconfig/network //進入后修改為jz
[root@poem Desktop]#vim /etc/hosts? //添加 10.0.0.1 jz
[root@poem Desktop]#init 6 //重啟
軟件安裝
1.配置yum源
2.安裝以下軟件:
yum -y install binutils compat-libstdc++-33 compat-libstdc++-33.i686 elfutils-libelf elfutils-libelf-devel gcc gcc-c++ glibc glibc.i686 glibc-common glibc-devel glibc-devel.i686 glibc-headers ksh libaio libaio.i686 libaio-devel libaio-devel.i686 libgcc libgcc.i686 libstdc++ libstdc++.i686 libstdc++-devel make sysstat unixODBC unixODBC-devel
建立用戶和組
[root@localhost ~]# groupadd oinstall
[root@localhost ~]# useradd dba
[root@localhost ~]# useradd -g oinstall -G dba oracle
[root@localhost ~]# passwd oracle //密碼
5.創(chuàng)建oracle 11g的安裝目錄
[root@localhost ~]# mkdir -p /u01/11g
[root@localhost ~]# chown -R oracle:oinstall /u01/
[root@localhost ~]# chmod -R 775 /u01
6.設(shè)置內(nèi)核參數(shù)
[root@localhost ~]# vim /etc/sysctl.conf
[root@localhost ~]# tail -11 /etc/sysctl.conf //末尾添加以下11行
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 = 1048586
并注釋掉或刪除以下三行
# net.bridge.bridge-nf-call-ip6tables
# net.bridge.bridge-nf-call-iptables
# net.bridge.bridge-nf-call-arptables
[root@localhost ~]# sysctl -p //重新載入
7.設(shè)置環(huán)境變量
[root@localhost ~]# vim /home/oracle/.bash_profile
[root@localhost ~]# tail /home/oracle/.bash_profile //在文件中添加以下6行
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export ORACLE_BASE=/u01/11g
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0
export ORACLE_SID=ora11g
export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
[root@localhost ~]# source /home/oracle/.bash_profile //加載配置或oracle用戶
8.設(shè)置PAM資源限制
[root@localhost ~]# vim /etc/security/limits.conf
[root@localhost ~]# tail -5 /etc/security/limits.conf //末尾添加以下5行
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
9.安裝0racle
1.將軟件copy到/home/oracle/目錄下,如果空間不夠大,解壓后刪除即可
[root@localhost ~]# pwd
/root
[root@localhost ~]# cd /home/oracle/
[root@localhost oracle]# ll
total 2295600
-rwxrw-rw-. 1 root root 1239269270 Sep 9 01:20 linux.x64_11gR2_database_1of2.zip
-rwxrw-rw-. 1 root root 1111416131 Sep 9 01:31 linux.x64_11gR2_database_2of2.zip
[root@localhost oracle]# unzip linux.x64_11gR2_database_1of2.zip //解壓
[root@localhost oracle]# unzip linux.x64_11gR2_database_2of2.zip //解壓
2.安裝
[root@localhost database]# su - oracle
[oracle@localhost ~]$ cd /home/oracle/database/
[oracle@localhost database]$ ./runInstaller //運行
Starting Oracle Universal Installer...
如果出現(xiàn)問題:must be configured to display at least 256 colors //失敗,需要設(shè)置256色
則切換到root下:su - root 執(zhí)行以下兩個命令
xhost +
Xdpyinfo
若不成功再在oracle目錄下執(zhí)行如下
export DISPLAY=:0.0
Xdpyinfo 成功即可
[oracle@localhost database]$ ./runInstaller //再重新執(zhí)行
進入圖形化界面,按提示裝,見pdf。當出現(xiàn)執(zhí)行腳本的界面時,另開一個終端
[root@localhost database]# cd /u01/oraInventory/
[root@localhost oraInventory]# ll
[root@localhost oraInventory]# ./orainstRoot.sh
[root@localhost oraInventory]# cd /u01/11g/product/11.2.0/
[root@localhost 11.2.0]# ll
[root@localhost 11.2.0]# ./root.sh
上面命令執(zhí)行后100%,點close即完成安裝
測試
[oracle@localhost ~]$ sqlplus
Enter user-name: SYSTEM
Enter password:
sql>
安裝過程中如果出現(xiàn)代碼為[INS-20802]的問題,只要點擊ok,然后Retry重新加載下就好了。
第一次寫博客,多多包涵,感謝提供文件的老師們。
愿你的付出終得回報
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。