Give two UNIX kernel parameters that effect an Oracle install
Answer Posted / 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 View All Answers
What is the difference between cat command and more command?
hw will u use awk in replacing cahrs and files
What is ‘ps’ command for?
Differentiate cat command from more command.
Why is it called a shebang?
What is the unix command to confirm a remote host is alive or not?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What will the following command do?
What does pipe () return?
What is the nmap command?
How do I search a whole word in vim?
What is awk used for?
What happens when we execute a unix command?
How do you repeat a command in terminal?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?