Give two UNIX kernel parameters that effect an Oracle install
Answers were Sorted based on User's Feedback
Answer / raja
SHMMNI=Max no of shared segments,
SHMMAX=Max size of each shared segments
SHMSEG=specifies the semaphores
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / tanweer
SHMALL
SHMMAX
SHMMNI
These 3 kernel parameters are very importnat for installing
Oracle in Linux / UNIX OS..
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / parthasarathy
kernel.msgmnb -maximum size of a messag
kernel.msgmax-default maxmimum size of a mesage queue
kernel.shmmax-maximum shared segment size
kernel.shmall-maximum number of shared memory segments
kernel.sem-semaphores
Is This Answer Correct ? | 0 Yes | 0 No |
How do you find files in Unix?
Write a command to display a file’s contents in various formats?
what is the difference between relative path and absolute path?
How do you grep a case insensitive?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
what is mount ,tell me about mount ,how can u use in real time project??
Which unix command lists files/folders in alphabetical order?
What does pipe () return?
How do you change file permissions and ownership in Unix?
How do you change file permissions?
How to display a file name which has zero bytes in size.