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 |
What is the use of awk command in unix?
How do I use grep to find a file?
How do you find files in Unix?
Write a command to display a file’s contents in various formats?
what is the functionality of kernel in unix architecture?
What do know about tee command?
How do you know about running processes of a particular user?
In UNIX, what is the command to kill a process?
How to delete a directory containing files and folders?
what is the use of the hidden files?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
What is grep in bash?