Give two UNIX kernel parameters that effect an Oracle install

Answers were Sorted based on User's Feedback



Give two UNIX kernel parameters that effect an Oracle install..

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

Give two UNIX kernel parameters that effect an Oracle install..

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

Give two UNIX kernel parameters that effect an Oracle install..

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

Post New Answer

More Unix Commands Interview Questions

How do you stop a running process?

7 Answers  


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


What is the difference between Shell Programming and Shell scripting?

10 Answers   HCL, TCS, Wipro,


How to find the files that are accessed before 10 minutes?

5 Answers   Amazon,


What does find command return in unix?

0 Answers  






The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


What is the use of the tee command?

0 Answers  


distinguish between physical addresses and logical address?

3 Answers   Infosys,


What is ‘ps’ command for?

0 Answers  


What is pipe command in unix?

0 Answers  


By using which command we can find the CPU utilization time?

7 Answers   Amazon,


How do you remove a crontab file?

6 Answers  


Categories