7.For the Bourne, Bash, or Korn shell, add the following lines in the /etc/profile (or the /etc/profile.local on SUSE systems): if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p 16384 ulimit -n 65536 else ulimit -u 16384 -n 65536 fi fi 下一步, mkdir -p /data/app/ chown -R oracle:oinstall /data/app/ chmod -R 775 /data/app/