1,驗證系統要求
2,建立oracle組和使用者帳戶
cd /usr/sbin
groupadd oinstall
groupadd dba
useradd –m –g oinstall –g dba oracle
id oracle
passwd oracle
3,建立儲存oracle軟體和資料庫檔案的目錄
mkdir -p /u01
chown -r oracle:oinstall /u01
chmod -r 775 /u01
4,配置linux核心引數
5,為oracle使用者設定shell限制
6,設定環境變數
在當前使用者家目錄的.bash_profile中
oracle_base=/u01/oracle
export oracle_base
oracle_sid=dv11
export oracle_sid
7,rpm安裝缺失的包
8,./runinstaller安裝資料庫
Linux 下兩步安裝 Git Server
感謝原帖 第一步 安裝 git sudo apt get install git core 第二步 初始化乙個 repository cd repo git init bare myprj 第三步 正常使用 cd somedir git clone repo myprj 或通過ssh 假設伺服器上s...
LINUX下安裝ORACLE軟體
1 以root使用者登陸 df k tmp 需要最少400m cat etc issue 檢視linux版本 usr sbin groupadd oinstall 建立oracle inventory group 2 建立oracle使用者 usr sbin useradd g oinstall o...
oracle 安裝 在linux 下
環境說明 red hat enterprise linux server release 5.3 oracle10g for l inux 1.設定 kernel 引數 命令 vi etc sysctl.conf 新增以下引數值 kernel.shmall 2097152 可以使用的共享記憶體的總量...