Home図解標準 Oracle10g < 正誤表

図解標準 Oracle10g マスタリングハンドブック 正誤表
122ページ

#vi /etc/sysctl.conf

soft nproc 2047
hard nproc 16384
soft nofile 1024
hard nofile 65536

#vi /etc/security/limits.conf

oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536


123ページ

#vi /etc/profile

if[ $USER = "oracle" ]; then
if[ $SHELL = "/bin/bash" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi

#vi /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


Oracle(オラクル)ユーザズガイド、データベース構築に関するお問い合わせはこちら
お問合せフォーム

 

オラクル(Oracle)メールマガジンの登録
「Oracle(オラクル/Oracle10g)-Usersメルマガ」は、Oracle(オラクル/Oracle10g)の最新情報や、データベース(オラクル/Oracle等)に関するQAを配信します。是非ご登録をお願いします。
e-mail:

Oracle(オラクル)ユーザズガイド、データベース構築に関するお問い合わせ
株式会社サイバネティック
03-6277-3450
info@xybernetic.com
お問合せフォーム
Oacle(オラクル)ユーザーズガイドは 株式会社サイバネティック が運営しています。