Oracle10g在Solaris10上的安裝

來源:互聯網
上載者:User

1. 修改核心
vi /etc/system
set shmsys:shminfo_shmmax=268435456本機記憶體為512M)

set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=110
set semsys:seminfo_semmns=310
2. 建立使用者和組
# groupadd dba
#useradd –g dba –d /export/home/oracle –m oracle
#passwd oracle 


3.設定oracle使用者的環境參數
#su – oracle
$vi .profile        # 加入內容:
ORACLE_BASE=/export/home/oracle 
ORACLE_HOME=$ORACLE_BASE/product/10.0 
ORACLE_SID=ora10g 
NLS_LANG=AMERICAN_AMERICA.ZHS16GBK 
PATH=$ORACLE_HOME/bin:/bin:/sbin:/usr/ccs/bin:/usr/local/bin 
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/network/lib:/usr/local/lib:/usr/lib 

TMPDIR=/var/tmp 
export ORALCE_BASE ORACLE_HOME ORACLE_SID NLS_LANG PATH 
LD_LIBRARY_PATH  DISPLAY TMPDIR 
umask 022

# DISPLAY=192.168.0.178:0.0   我在安裝時會報錯,後來就注釋了


4.解壓oracle 10g安裝包
將長長的檔案名稱改為sol10g.cpio.gz

#cp sol10g.cpio.gz /export/home
在解壓 #gunzip sol10g.cpio.gz
       #cpio -ivmd 10g.cpio
修改/export/home/Disk1/install裡,修改oraparam.ini  oraparam.var 的版本聲明Solaris=5.6,5.7,5.8,5.9,

 

5.安裝
以oracle帳號進行安裝
./runInstaller  後面的步驟就簡單了。


相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.