(英文改错系列1)Install Oracle 11g server/client on AIX 6.1.4
前言
Checksoftwarepre-requisite,thefollowingfilesetsarerequiredfororacle11g,youcanfollowthisguidetoinstallthesefilesets.
bos.adt.base
bos.adt.lib
bos.adt.libm
bos.perf.libprefstat
bos.perf.perfstat
bos.perf.proctools
xlC.aix50.rte8.0.0.8orlater
xlC.rte8.0.0orlater
Youcanrunthiscommandtocheck:
lslpp-lbos.adt.basebos.adt.libbos.adt.libmbos.perf.perfstatbos.perf.libperfstatbos.perf.proctools
Changemaxnumberofprocessesallowedifyouaregoingtoinstalloracle11gserver:
Run"smitchgsys"
Set"MaximumnumberofPROCESSESallowedperuser"tomorethan2048
Verifythat"ARG/ENVlistsizein4Kbyteblocks">=128
Makesureyouhaveavailablediskspaceforinstallationdirectorybyfollowingthisguide
Createusers/groups
mkgroupoinstall
mkgroupdba
mkgroupoper
useradd-goinstall-Gdba,oper-moracle
passwdoracle
Createoraclehomedirectory
mkdir-p/opt/app/
chown-Roracle:oinstall/opt/app/
chmod-R775/opt/app/
Changedisplaysetting
vi/home/oracle/.profile
addanewline"DISPLAY=:1.0;exportDISPLAY"
SetORACLE_HOME
vi/home/oracle/.profile
Addthefollowinglines:
ORACLE_BASE=/opt/app/oracle
ORACLE_SID=<YourSID,likeIBMSE>
exportORACLE_BASEORACLE_SID
ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db1or$ORACLE_BASE/product/11.1.0/client1
PATH=$ORACLE_HOME/bin:$PATH
exportORACLE_HOMEPATH
Switchtotheuser"oracle"andlaunchtheinstallertoinstalloracleserver/client