If you just install a small test database, then you might be ok with the current settings (note that the limits very often vary). But for (larger) production databases, you should increase the following shell limits to the following values recommended by Oracle:
nofile = 65536 (To verify, execute: ulimit -n)The nofile option denotes the maximum number of open file descriptors, and nproc denotes the maximum number of processes available to a single user.
nproc = 16384 (To verify, execute: ulimit -u)
To see all shell limits, execute:
ulimit -a
YOU CAN USE QUICK SEARCH ENGINE IN THE TOP FOR MORE DOWNLOADS OR DETAILS.
No comments:
Post a Comment