WEB开发网
开发学院数据库Oracle Debian Sarge 上安装Oracle 10g 阅读

Debian Sarge 上安装Oracle 10g

 2007-05-08 12:11:17 来源:WEB开发网   
核心提示: oracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536修改login设置,修改 /etc/pam.d/login,Debian Sarge 上安装Oracle

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

修改login设置,修改 /etc/pam.d/login,添加

session required /lib/security/pam_limits.so

在/etc/profile中添加以下语句:

if [ $USER = "oracle" ]; then

if [ $SHELL = "/bin/ksh" ]; then

ulimit -p 16384

ulimit -n 65536

else

ulimit -u 16384 -n 65536

fi

fi

3、安装设置

确保你已经安装了下列软件

make

binutils

libc6-dev

libmotif3

rpm

awk

确保你的系统中有以下组和用户,方法:

#grep dba /etc/group

#grep oinstall /etc/group

#grep nobody /etc/group

#id oracle

#id nobody

切换到root,添加oralce帐户

#su - root

#groupadd dba # group of users to be granted SYSDBA system privilege

#groupadd oinstall # group owner of Oracle files

#useradd -c "Oracle software owner" -g oinstall -G dba -d /opt/oracle oracle

#passwd oracle

输入oracle密码

debian中需要额外的添加nobody用户组:

#groupadd nobody

系统nogroup组中已经有nobody用户,把nobody用户添加到新建的nobody组中,

#usermod -G nobody nobody

建立oracle目录

#su root

#mkdir /opt/oracle

#chown -R oralce.oinstall /opt/oracle

debian需要额外的做以下操作:

# ln -s /usr/bin/awk /bin/awk

Tags:Debian Sarge

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接