=============================
1. Set system parameters:
vi /etc/system
set shmsys:shminfo_shmmax=4294967295
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. Create user/group
3. Modify the user profile:
export ORACLE_BASE=/home/oracle/product
export ORACLE_HOME=${ORACLE_BASE}/10g
export PATH=${ORACLE_HOME}/bin:/bin:/sbin:/usr/ccs/bin:/usr/local/bin:/usr/bin:/usr/ucb:/etc:.
export ORACLE_SID=OraDB
LD_LIBRARY_PATH=${ORACLE_HOME}/lib:${ORACLE_HOME}/network/lib:/usr/local/lib:/usr/lib
TMPDIR=/tmp
umask 022
4. Reboot the system to activate these settings.
Now that the OS and user account have been setup, it is time to install Oracle 10g.
1. copy the source file from CD to the home directory;
cp /cdrom/oracle_10_1_0_3/solarisx.gz ${HOME}
cd ${HOME}
gunzip solarisx.gz
cpio -ivmd < solarisx
2. vi $HOME/Disk1/install/oraparam.ini
Solaris=5.6,5.7,5.8,5.9,5.10
3.now the files are ready to deploy
本文提供了一份详细的 Oracle 10g 数据库安装及配置教程,包括设置系统参数、创建用户组、配置环境变量等步骤,并指导如何准备安装文件。
1486

被折叠的 条评论
为什么被折叠?



