Red Hat Enterprise Linux 4.0 U4下安裝Oracle10.2.0.1 (64bit) -- 簡易步驟
硬體環境:
DELL PE2950
8G Mem
Red Hat Linux 版本:
Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
Kernel 2.6.9-42.ELsmp on an x86_64
Red Hat Enterprise Linux 4.0: 打包
binutils-2.15.92.0.2-10.EL4
compat-db-4.1.25-9
control-center-2.8.0-12
gcc-3.4.3-9.EL4
gcc-c++-3.4.3-9.EL4
glibc-2.3.4-2
glibc-common-2.3.4-2
gnome-libs-1.4.1.2.90-44.1
libstdc++-3.4.3-9.EL4
libstdc++-devel-3.4.3-9.EL4
make-3.80-5
pdksh-5.2.14-30
sysstat-5.0.5-1
xscreensaver-4.18-5.rhel4.2
libaio-devel-0.3.105-2.x86_64.rpm
libaio-0.3.105-2.x86_64.rpm
配置Kernel Parameter .
修改檔案 /etc/sysctl.conf
kernel.shmall = 2097152
kernel.shmmax = 4294967296 # Half the size of physical memory (in bytes)
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
Oracle使用者環境變數設定:
修改 /home/oracle/.bash_profile
加入oracle使用者的環境變數 .
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin
BASH_ENV=$HOME/.BASHRC
export BASH_ENV PATH
unset USERNAME
# Set Oracle Environment
ORACLE_HOME=/u01/product/oracle;export ORACLE_HOME
ORACLE_SID=wind;export ORACLE_SID
ORACLE_OWNER=oracle;export ORACLE_OWNER
ORACLE_BASE=/u01/product;export ORACLE_BASE
ORACLE_TERM=vt100;export ORACLE_TERM
#NLS_LANG='traditional chinese_taiwan'.ZHT16BIG5;export NLS_LANG
LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
set -u
PS1=`hostname`'$';export PS1
EDITOR=/bin/vi; export EDITOR
JAVA_HOME=/usr/local/java;export JAVA_HOME
ORA_NLS33=/u01/product/oracle/ocommon/nls/admin/data;export ORA_NLS33
CLASSPATH=/u01/product/oracle/jdbc/lib/classesl11.zip:/usr/local/java;
export DISPLAY=127.0.0.1:0.0
export LD_ASSUME_KERNEL=2.6.9
PATH=$ORACLE_HOME/bin:$JAVA_HOME/bin:$PATH:.;export PATH
alias ll='ls -l';
alias ls='ls --color';
alias his='history';
Add the following lines to the /etc/security/limits.conf file:
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
Add or edit the following line in the /etc/pam.d/login file, if it does not
already exist:
session required pam_limits.so
Oracle : 暫時設定記憶體大小
SGA : 2G
Shared_Pool_Size : 500 M
PGA : 500 M .
後續會更改配置大小 .
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84957/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Red Hat Enterprise Linux Server 7.4 安裝LinuxServer
- Red Hat Enterprise Linux 9的簡介Linux
- Linux red hat 核心版下安裝NginxLinuxNginx
- Red Hat Enterprise Linux 10 下載 - 紅帽企業 LinuxLinux
- G005-OS-INS-02 Red Hat Enterprise Linux V8.2 安裝Linux
- 《Red Hat Enterprise Linux 9 系統管理實戰》簡介Linux
- How to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7Linux
- How to disable transparent Hugepage (THP) on Red Hat Enterprise Linux 8?Linux
- Red Hat Linux安裝CentOS的yum源LinuxCentOS
- linux下安裝docker步驟LinuxDocker
- Linux 下安裝 LR Generator 步驟Linux
- vnc安裝步驟,如何在Linux(CentOS 7)下vnc安裝步驟VNCLinuxCentOS
- Linux下編譯安裝Mysql 5.5的簡單步驟Linux編譯MySql
- vnc安裝步驟,4個在Linux下vnc的個安裝步驟VNCLinux
- 在Red Hat和Centos上安裝MongoDBCentOSMongoDB
- Linux 安裝步驟Linux
- Linux下jdk8安裝步驟LinuxJDK
- linux環境下安裝nginx步驟LinuxNginx
- linux下安裝redis 單節點安裝操作步驟LinuxRedis
- 分享Linux下安裝jdk8步驟LinuxJDK
- Linux安裝Nginx步驟LinuxNginx
- CentOS 7.4安裝redis 4.0詳細步驟CentOSRedis
- Linux環境下MySQL安裝部署操作步驟LinuxMySql
- 甲骨文與紅帽擴大合作,將Red Hat Enterprise Linux引入 Oracle Cloud InfrastructureLinuxOracleCloudASTStruct
- SYBASE12.5.2 FOR REDHAT AS4.0 安裝步驟(zt)Redhat
- Linux安裝JDK完整步驟LinuxJDK
- Red Hat 7.x 配置ArcGIS Enterprise開機自動啟動
- ubuntu 下安裝nginx步驟UbuntuNginx
- PostgreSQL簡介及安裝步驟SQL
- Red Hat Enterprise Linux 6 7關閉透明大頁面及透明大頁面基礎概念Linux
- linux下安裝redis圖文詳細步驟鶯瞵LinuxRedis
- Linux(CentOS)下.NET,mono環境的安裝步驟整理LinuxCentOSMono
- Red Hat 7.9安裝達夢資料庫DM8 使用Xmanager Enterprise 5啟動圖形化時報錯資料庫
- vnc安裝步驟,vnc安裝步驟詳解VNC
- Linux安裝jdk的詳細步驟。LinuxJDK
- Linux安裝jdk的詳細步驟LinuxJDK
- linux伺服器安裝jdk步驟Linux伺服器JDK
- vnc安裝步驟,4個vnc安裝步驟實現vnc與Linux的連線VNCLinux
- Linux Red Hat啟動時顯示system not foundLinux