Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is grep short for?

0 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


Can you explain a little bit about command substitution?

0 Answers  


Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.

8 Answers   Concentrix, IBM, Symantec, TCS,


What are the dos commands?

0 Answers  


what is the difference between Touch & cat command

21 Answers   QA,


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<stdlib.h> # include <stdio.h> 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:

0 Answers  


Which command is used to copy files?

0 Answers  


what is the command to list all files in a directory, including the hidden files in UNIX ?

9 Answers   CTS,


what is Online(STM) and offline diagnostics in HP-UX?

2 Answers   HP,


What is the use of the tee command?

0 Answers  


What is the use of egrep command in unix?

0 Answers  


Categories