oracle11g 安裝(redhat linux 5)
一、檢查記憶體
At least 4 GB of RAM
# grep MemTotal /proc/meminfo
# grep SwapTotal /proc/meminfo
# df -h /dev/shm/
# free
二、檢視系統版本
# uname –m
三、檢視硬碟空間
# df –h
四、檢視包
Linux 5 should be installed:
binutils-2.17.50.0.6
compat-libstdc++-33-3.2.3
compat-libstdc++-33-3.2.3 (32 bit)
elfutils-libelf-0.125
elfutils-libelf-devel-0.125
gcc-4.1.2
gcc-c++-4.1.2
glibc-2.5-24
glibc-2.5-24 (32 bit)
glibc-common-2.5
glibc-devel-2.5
glibc-devel-2.5 (32 bit)
glibc-headers-2.5
ksh-20060214
libaio-0.3.106
libaio-0.3.106 (32 bit)
libaio-devel-0.3.106
libaio-devel-0.3.106 (32 bit)
libgcc-4.1.2
libgcc-4.1.2 (32 bit)
libstdc++-4.1.2
libstdc++-4.1.2 (32 bit)
libstdc++-devel 4.1.2
make-3.81
numactl-devel-0.9.8.x86_64
sysstat-7.0.2
五、建立使用者和組
#groupadd oinstall
#groupadd dba
# useradd -g oinstall -G dba oracle
# passwd oracle
六、配置核心引數
檢視核心引數/etc/sysctl.conf
七、檢查資源限制
#vim /etc/security/limits.conf
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
八、建立安裝目錄
# mkdir -p /u01/app/
# chown -R oracle:oinstall /u01/app/
# chmod -R 775 /u01/app/
九.配置oracle 使用者環境變數
$vim .bash_profile
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/11.2.0
export ORACLE_SID=ocp
export PATH=$ORACLE_HOME/bin:$PATH
$source .bash_profile 環境變數生效
十、配置FTP上傳介質
#yum install vsftpd –y
註釋掉 /etc/vsftpd/ftpusers和user_list中的root
通過put上傳
#unzip 解壓縮
十一、安裝oracle軟體
#xhost + 開啟圖形化
#su – oracle
$./runInstaller
以root身份執行這兩個指令碼。
完成!
十二、dbca建庫
$dbca
完成!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25427762/viewspace-777111/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- redhat 6.4 安裝oracle11g RAC 安裝RDACRedhatOracle
- RedHat上靜默安裝Oracle11gRedhatOracle
- redhat7.6安裝Oracle11G RACRedhatOracle
- RedHat 7 靜默安裝Oracle11gRedhatOracle
- redhat 5.4 安裝oracle11g 步驟RedhatOracle
- Redhat 5 上安裝yumRedhat
- redhat linux 5 之配置YUM源並安裝包RedhatLinux
- RedHat FC5安裝xmmsRedhat
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- RedHat Linux安裝CentOS YUMRedhatLinuxCentOS
- Redhat linux 6.5 yum安裝RedhatLinux
- RedHat 7 靜默安裝Oracle11g的補充RedhatOracle
- RedHat 5.x 安裝序列號Redhat
- 在RedHat LInux5上安裝Oracle 10g dbRedhatLinuxOracle 10g
- RedHat Linux 本地Yum源安裝RedhatLinux
- redhat linux 6.2 安裝配置GUIRedhatLinuxGUI
- RedHat5下安裝Mysql詳解RedhatMySql
- Redhat 5 下 Oracle10g 安裝RedhatOracle
- RedHat Enterprise Linux Server 5上安裝Oracle9iRedhatLinuxServerOracle
- oracle9204在redhat enterprise linux 5中安裝OracleRedhatLinux
- 【轉】redhat 5 安裝oracle10g方法RedhatOracle
- 在Linux redhat 5中安裝Oracle10g時需要注意LinuxRedhatOracle
- u盤安裝 oracle-linux redhat-linuxOracleLinuxRedhat
- redhat安裝dockerRedhatDocker
- Redhat Linux 9+Oracle 9.2 快速安裝RedhatLinuxOracle
- Linux + OS RedHat AS 5LinuxRedhat
- redhat5中安裝 11gRAC報錯Redhat
- websphere在redhat5的安裝_中介軟體WebRedhat
- 在Linux操作下解除安裝,安裝redhat自帶的JDKLinuxRedhatJDK
- 使用應答檔案安裝Oracle11g資料庫(RedHat6.5)Oracle資料庫Redhat
- Redhat enterprise linux下安裝rlwrap工具RedhatLinux
- RedHat Linux安裝mrtg監控主機流量RedhatLinux
- linux環境下解除安裝oracle11gLinuxOracle
- RedHat Linux5 資料庫11g軟體的安裝(only software)RedhatLinux資料庫
- RedHat 7 安裝PHPRedhatPHP
- RedHat 7 安裝HTTPDRedhathttpd
- RedHat 7.4安裝DockerRedhatDocker
- RedHat 6 桌面安裝Redhat