-- 上傳安裝包
p13390677_112040_linux-x86-64_1of7.zip
p13390677_112040_linux-x86-64_2of7.zip
-- 解壓安裝包
unzip p13390677_112040_linux-x86-64_1of7.zip
unzip p13390677_112040_linux-x86-64_2of7.zip
-- 修改核心引數
vim /etc/sysctl.conf
#for oracle softe
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
sysctl -p
--新增資源限制引數
vim /etc/security/limits.conf
#for oracle
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
-- 配置login
vim /etc/pam.d/login
session required pam_limits.so
-- 建立使用者和組
groupadd oinstall
groupadd dba
useradd -g oinstall -g dba oracle
passwd oracle
-- 安裝目錄配置
-- 環境變數
vim /home/oracle/.bash_profile
export oracle_sid=proc
export oracle_unqname=proc
export oracle_home=$oracle_base/product/11.2.0/db_1
export oracle_term=xterm; export oracle_term
export path=$oracle_home/bin:$path
umask 022
if [ $user = "oracle" ]; then
if [ $shell = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536 fi
fisource /home/oracle/.bash_profile
-- 安裝pdksh
rpm -e ksh
rpm -ivh pdksh-5.2.14-37.el5_8.1.x86_64.rpm
-- 開始安裝
mv database/ /home/oracle
su - oracle
cd database/
export display=192.168.3.1:0.0
./runinstaller
-- 裝到94%的時候回彈出乙個框,執行兩個指令碼
-- 建庫
dbca
如何解除安裝oracle11g,10g
1 關閉oracle所有的服務。可以在windows的服務管理器中關閉 2 開啟登錄檔 regedit 開啟路徑 hkey local machine system currentcontrolset services 刪除該路徑下的所有以oracle開始的服務名稱,這個鍵是標識oracle在win...
解除安裝oracle 11g
估計和以前的版本一樣,先刪除物理檔案,然後再刪除登錄檔的檔案。大致方法如下 1 刪除物理檔案 1 oracle安裝檔案。2 系統目錄下,program files檔案下的oracle檔案 2 登錄檔中大概有這麼幾個地方 hkey local machine software 刪除oracle目錄 h...
oracle 11G 解除安裝
oracle deinstall deconfig tool start check operation start 安裝檢查配置開始 選擇進行解除安裝的 oracle 主目錄型別為 sidb 檢查主產品清單位置是否存在 c program files oracle inventory 安裝檢查配置...