【正文】
c、編輯/etc/security/, 設(shè)置oracle對(duì)文件的要求linux:~ vi /etc/security/ /etc/security/Each line describes a limit for a user in the form:domain type item valueWhere:domain can be: an user name a group name, with group syntax the wildcard *, for default entry the wildcard %, can be also used with %group syntax, for maxlogin limittype can have the two values: soft for enforcing the soft limits hard for enforcing hard limitsitem can be one of the following: core limits the core file size (KB) data max data size (KB) fsize maximum filesize (KB) memlock max lockedinmemory address space (KB) nofile max number of open files rss max resident set size (KB) stack max stack size (KB) cpu max CPU time (MIN) nproc max number of processes as address space limit maxlogins max number of logins for this user priority the priority to run user process with locks max number of file locks the user can holddomain type item value* soft core 0* hard rss 10000student hard nproc 20faculty soft nproc 20faculty hard nproc 50ftp hard nproc 0student maxlogins 4 End of fileoracle soft nproc 2047oracle hard nproc 16384oracle soft nofile 1024oracle hard nofile 65536oracle hard nofile 65536 oracle soft nofile 65536oracle hard nproc 16384oracle soft nproc