install oracle 9.01 on solaris 5.8 [message #52695] |
Wed, 07 August 2002 02:07 |
Michael Nessler
Messages: 1 Registered: August 2002
|
Junior Member |
|
|
I try to install oracle 9.01 on a solaris 5.8. When the database configuration assistant (dbca) executed, i always get the error 'ORA-27102 Out of memory'.
The solaris has 512 MB memory, 2 GB Swap-space (I added 1 GB), so what happend?
I can't check the required kernel-parameters, ipcs doesn't return the expected results (SEMMNI, SEMMNS, ...), in '/etc/system' i don't know how to update these settings.
thank you in advance, michael
|
|
|
Re: install oracle 9.01 on solaris 5.8 [message #52699 is a reply to message #52695] |
Wed, 07 August 2002 05:03 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Just add the following to /etc/system and reboot.
delete the old parameters if they are already set.
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmseg=10
set shmsys:shminfo_shmmni=100
set semsys:seminfo_semmns=1000
set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=250
|
|
|