安裝Oracle 11g for RedHat AS5 U3(二)
安裝Oracle 11g for RedHat AS5 U3(二)
[@more@]4、配置oracle使用者的環境變數和shell限制,編輯/etc/security/limits.conf,新增下面的內容:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
1、 修改/etc/pam.d/login新增下面的內容:
session required /lib/security/pam_limits.so
session required pam_limits.so
2、 修改/etc/profile新增以下內容:
umask 022
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
3、 配置環境變數,編輯/home/oracle/.bash_profile,新增以下內容:
umask 022
ORACLE_BASE= /dbdata
ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1
ORACLE_SID=ora11g
PATH=$ORACLE_HOME/bin:$PATH
DISPLAY=:0.0
export PATH
export ORACLE_BASE ORACLE_HOME ORACLE_SID
export DISPLAY
三、開始安裝
1、以root使用者執行:xhost +
2、啟動安裝,按照介面的提示進行安裝,和Oracle10g的安裝類似。
3、 Oracle11g安裝的時候在“選擇安裝方法”介面選擇“基本安裝的時候”那麼Oracle Configuration Manager 允許您將配置資訊與 Metalink 帳戶相關聯。您可在該視窗上選擇啟用它,Oracle稱這個功能是為了更迅速的定位和解決問題。
4、 Oracle11g EM訪問地址:。
5、
如果安裝了SElinux安全管理,那麼最後將其關閉否則會出現類似如下的錯誤:
[oracle@jwdb ~]$ sqlplus "/as sysdba"
sqlplus: error while loading shared libraries: /dbdata/product/11.1.0/db_1/lib/libnnz11.so: cannot restore segment prot after reloc: Permission denied
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/570433/viewspace-1026853/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle:Redhat 7 + Oracle RAC 11g 安裝 bug 總結OracleRedhat
- Oracle 11G 安裝文件Oracle
- Oracle 11G RAC叢集安裝(3)——安裝OracleOracle
- Oracle 11G 安裝 bbed 工具Oracle
- RedHat上靜默安裝Oracle11gRedhatOracle
- redhat7.2靜默安裝Oracle11.2.0.4RedhatOracle
- redhat7.6安裝Oracle11G RACRedhatOracle
- Vmware linux redhat6.4 安裝11g(11.2.0.1) 雙節點RACLinuxRedhat
- Oracle Linux 6.7 靜預設安裝Oracle 11gOracleLinux
- redhat安裝dockerRedhatDocker
- CentOS 7.5靜默安裝Oracle 11gCentOSOracle
- Oracle 11G RAC叢集安裝(2)——安裝gridOracle
- centos7.3上安裝oracle xe 11gCentOSOracle
- 靜默方式安裝oracle 11g 完整攻略Oracle
- 靜默安裝Oracle資料庫11gOracle資料庫
- Oracle GoldenGate安裝(二)OracleGo
- redhat7 搭建oracle 11g RAC 問題與處理RedhatOracle
- RedHat 7 靜默安裝Oracle11g的補充RedhatOracle
- 通過ORACLE VM virtualbox環境安裝oracle 11G RAC(ASM)OracleASM
- Oracle 11G資料庫單例項安裝Oracle資料庫單例
- oracle 11g RAC 安裝前準備指令碼Oracle指令碼
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- centOS(同redhat)安裝 dockerCentOSRedhatDocker
- RedHat Advance Server上安裝Oracle 9204 RAC參考手冊(轉)RedhatServerOracle
- Oracle 11G RAC叢集安裝(1)——安裝前的準備Oracle
- oracle 11g 單例項資料庫的安裝Oracle單例資料庫
- 超詳細oracle 11g安裝步驟 win版本Oracle
- [重慶思莊每日技術分享]-Redhat Linux 6.5安裝ORACLE ASMLIBRedhatLinuxOracleASM
- RedHat FC5安裝xmmsRedhat
- PostgreSQL:Redhat 8.5 + PostgreSQL 14.5 安裝SQLRedhat
- Redhat 7 下安裝達夢7Redhat
- RedHat 7.6作業系統安裝Redhat作業系統
- Oracle 11g RAC安裝--基於openfiler儲存+多路徑+udev方式Oracledev
- Oracle for Windows安裝和配置之二OracleWindows
- LINUX ORACLE OGG12C安裝(二)LinuxOracle
- redhat 5.4下安裝MYSQL全過程RedhatMySql
- Oracle 10g 在linux redhat as4 系統安裝圖解全過程Oracle 10gLinuxRedhat圖解
- Oracle 19C下載和安裝(二)Oracle
- 【11g 單庫解除安裝、靜默安裝】實驗