RedHat Linux5 資料庫11g軟體的安裝(only software)
一.軟體安裝前的準備
1.資料庫軟體的介質上傳完畢並解壓
2.建立使用者和組
groupadd dba
groupadd oinstall
useradd -g oinstall -G dba oracle
3.更改許可權
[root@ceshi ~]# chown -R oracle:oinstall /u01/
4.切換到oracle使用者,進入到解壓目錄。
執行 ./runInstaller
二.資料庫軟體的安裝步驟
1.是否從MOS接收更新訊息 取消這個選項
2.點選yes
3.跳過軟體更新
4.僅安裝資料庫軟體
5.選擇安裝資料庫單例項
6.選擇語音
7.選擇企業版本
8.保持預設
9.保持預設
10.選擇組
11.點選Fix&Check Again
12.執行這個指令碼
[root@ceshi ~]# /tmp/CVU_11.2.0.3.0_oracle/runfixup.sh
Response file being used is :/tmp/CVU_11.2.0.3.0_oracle/fixup.response
Enable file being used is :/tmp/CVU_11.2.0.3.0_oracle/fixup.enable
Log file location: /tmp/CVU_11.2.0.3.0_oracle/orarun.log
Setting Kernel Parameters...
The value for shmmni in response file is not greater than value of shmmni for current session. Hence not changing it.
The value for semmsl in response file is not greater than value of semmsl for current session. Hence not changing it.
The value for semmns in response file is not greater than value of semmns for current session. Hence not changing it.
The value for semmni in response file is not greater than value of semmni for current session. Hence not changing it.
kernel.sem = 250 32000 100 128
fs.file-max = 6815744
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_max = 1048576
fs.aio-max-nr = 1048576
uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba)
[root@ceshi Server]# rpm -ivh libaio-devel-0.3.106-5.i386.rpm
13.警告實體記憶體 可以忽略
14.問是否繼續 點選yes
15.點選安裝
16.執行兩個指令碼
[root@ceshi ~]# /u01/app/oraInventory/orainstRoot.sh
Changing permissions of /u01/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.
Changing groupname of /u01/app/oraInventory to oinstall.
The execution of the script is complete.
[root@ceshi ~]# /u01/app/oracle/product/11.2.0/dbhome_1/root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/11.2.0/dbhome_1
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
指令碼執行完,點選ok
17.安裝完成,點選close
三.小結
為什麼把軟體安裝和建庫分開?
這樣既可以將獨立的兩個過程分步進行,又可以在安裝軟體後進行從容的檢查、配置和補丁應用等。(這句引用蓋總的深入解析)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29551564/viewspace-1266393/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC之資料庫軟體安裝資料庫
- 靜默安裝Oracle資料庫11gOracle資料庫
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- Ubuntu: 軟體庫(software repositories)Ubuntu
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- 【配置安裝】靜默安裝Oracle資料庫軟體12c&19cOracle資料庫
- Vmware linux redhat6.4 安裝11g(11.2.0.1) 雙節點RACLinuxRedhat
- 靜默方式安裝、升級oracle(三): 升級資料庫軟體及資料庫Oracle資料庫
- redhat安裝dockerRedhatDocker
- 安裝11.2.0.1資料庫軟體報[FATAL] [INS-32035] Unable to create資料庫
- 安卓裝置資料恢復軟體安卓資料恢復
- 【11g 單庫解除安裝、靜默安裝】實驗
- 使用Xmanager軟體遠端呼叫圖形化安裝Oracle資料庫Oracle資料庫
- windows 系統安裝11g資料庫出現ora-01017報錯Windows資料庫
- oracle rac資料庫的安裝Oracle資料庫
- oricle資料庫安裝資料庫
- MongoDB資料庫安裝MongoDB資料庫
- Redis 資料庫安裝Redis資料庫
- GreenPlum資料庫安裝資料庫
- 靜默安裝11.2.0.1資料庫軟體報[FATAL] [INS-32035] Unable to create資料庫
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- centOS(同redhat)安裝 dockerCentOSRedhatDocker
- python資料庫-MongoDB的安裝(53)Python資料庫MongoDB
- Redhat 5.3掛載IBM DS4800儲存並安裝RDAC多路徑軟體RedhatIBM
- 達夢資料庫安裝資料庫
- Oracle 資料庫打包安裝Oracle資料庫
- Ubuntu安裝MySQL資料庫UbuntuMySql資料庫
- Hbase資料庫安裝部署資料庫
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- tar方式安裝資料庫資料庫
- 【PG資料庫】PG資料庫的安裝及連線方法資料庫
- PostgreSQL:Redhat 8.5 + PostgreSQL 14.5 安裝SQLRedhat
- RedHat FC5安裝xmmsRedhat
- 安裝軟體
- 軟體安裝
- PostgreSQL 資料庫學習 - 0. 資料庫安裝SQL資料庫
- MyCat 讀寫分離 資料庫分庫分表 中介軟體 安裝部署,及簡單使用資料庫
- 達夢8資料庫安裝和解除安裝資料庫