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 find files in Unix?

2 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


what is the difference between relative path and absolute path?

7 Answers  


How do you grep a case insensitive?

0 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


what is mount ,tell me about mount ,how can u use in real time project??

12 Answers   Symphony,


Which unix command lists files/folders in alphabetical order?

2 Answers  


What does pipe () return?

0 Answers  


How do you change file permissions and ownership in Unix?

2 Answers  


How do you change file permissions?

1 Answers  


How to display a file name which has zero bytes in size.

11 Answers   Polaris,


Categories