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


Please Help Members By Posting Answers For Below Questions

What do chmod, chown, chgrp commands do?

624


What does the command '$ls | wc –l > file1' do?

672


What's a command word?

579


What is command statement?

535


What is rmdir command?

541






What are the commands in UNIX to list the files in a Directory?

607


How do I use grep to search for a file?

576


When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1749


What is updatedb?

576


What is the unix command to confirm a remote host is alive or not?

571


How do I search a whole word in vim?

681


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

614


What is {} in find command?

570


Who command in unix operating system?

655


What is sed awk grep?

598