1 以root使用者登陸
# df -k /tmp 需要最少400m
# cat /etc/issue 檢視linux版本
# /usr/sbin/groupadd oinstall 建立oracle inventory group
2 建立oracle使用者
# /usr/sbin/useradd -g oinstall oracle
3 修改密碼
# passwd oracle
# mkdir -p /home/oracle
# chown -r oracle:oinstall /home/oracle
# chmod -r 775 /home/oracle
4 使用oracle使用者登入開始安裝
./runinstaller
./runinstaller -ignoresysrequest 如果不支援你的作業系統,使用強制安裝
5 使用root使用者執行
/home/oracle/oralnventory/orainstroot.sh
/home/oracle/oracle/product/10.2.0/client_1/root.sh
設定oracle自動啟動
一、使用root使用者修改:
[root@localhost ~]$ gedit /etc/oratab
二、使用oracle使用者修改:
[root@localhost init.d]# su - oracle
[oracle@localhost ~]$ cd $oracle_home/bin
[oracle@localhost bin]$ gedit dbstart
測試執行 dbshut, dbstart 看能否啟動oracle 服務及listener服務
[oracle@hpcmdb2 bin]$ ps -efw | grep ora_
[oracle@hpcmdb2 bin]$ lsnrctl status
[oracle@hpcmdb2 bin]$ ps -efw | grep listen | grep -v grep
在切換回root使用者:
[root@localhost init.d]# cd /etc/rc.d/init.d/
[root@localhost init.d]# gedit oracle
儲存退出。
然後執行:
chkconfig --add oracle
chkconfig --list oracle
oracle 安裝 在linux 下
環境說明 red hat enterprise linux server release 5.3 oracle10g for l inux 1.設定 kernel 引數 命令 vi etc sysctl.conf 新增以下引數值 kernel.shmall 2097152 可以使用的共享記憶體的總量...
linux下安裝oracle步驟
1,驗證系統要求 2,建立oracle組和使用者帳戶 cd usr sbin groupadd oinstall groupadd dba useradd m g oinstall g dba oracle id oracle passwd oracle 3,建立儲存oracle軟體和資料庫檔案的目...
在linux下安裝oracle
root holmofy groupadd oinstall root holmofy groupadd dba root holmofy useradd g oinstall g dba oracle 可以使用以下命令檢視記憶體大小 grep memtotal proc meminfo 檢查ram...