| micky |
Posted: Apr 21, 2008 02:09:53 PM |
Total Post: 2
Joined: Apr, 2008
|
Hi,
Can any one explain me that why we configure shared memory and Semaphore kernel parameter in Linux/ Unix plat form and why not in windows.
whet happen if we did not configure it.Is it possible to install oracle on these flavor's. |
|
|
GOPU |
| Posted: Apr 22, 2008 12:53:46 AM | |
|
Total Post: 242
Joined: Apr, 2008
|
hi,
please check this links..
http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_8.shtml
http://www.dba-oracle.com/t_linux_unix_memory_kernel_parameters.htm
http://www.dba-oracle.com/oracle10g_tuning/t_ios_kernel_parameters.htm
Regards
Gopu
|
|
|
|
|
Murtuja |
| Posted: Apr 22, 2008 01:13:58 AM | |
|
Total Post: 815
Joined: Jan, 2006
|
Oracle Installer checks for system requirement before starting installation so if you have ommited shared memory & shemaphore setting in Linux/Unix then Installer will not process further and gives you some error.
|
|
|
|
|
Gitesh |
| Posted: Apr 22, 2008 01:48:20 AM | |
|
Total Post: 322
Joined: May, 2005
|
On unix box we should need to set up shared memory and semaphore due to following reasons.
1) Unix has typical mechanism for setting up and sharing memory in operating system layer.
2) We should need to set up those parameters in Linux,Solaris and HP unix. There is no need to set up these parameters in AIX box because AIX set automatically.
3) There is no mechanism available in Windows like shared memory.
4) Semaphore is the operating system latch/lock for processing request in operating system layer and kernel layer.
5) In windows there is process structure available like unix because it uses own THREAD structure.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |