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 function of grep command?
why unix commands can be divided into internal and external commands?
What is the output of : $ ps-e $ ps-a commands
How do I search for text in vi?
How do you change file permissions?
How to identify whether a file is normal file or directory?
If we want to see first 35 lines of a file which command we have to use?
What is shrinking file system in AIX where it actually resides?
Which command is used to create a directory?
what does the job command do?
distinguish between user mode and kernel mode?
What are Unix processes, and how do you manage them?