RE: ORA 27102 + oracle 10g + solaris8

  • From: "Jim Silverman" <jsilverman@xxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 22 Nov 2005 08:32:34 -0500

Well, one thing I noticed is that a few of your kernel parameters are
not correct.  Specifically:

                set semsys:seminfo_shmmax=4294967295
                set semsys:seminfo_shmmin=1
                set semsys:seminfo_shmseg=50
                set semsys:seminfo_shmmni=200

should really be:

                set shmsys:shminfo_shmmax=4294967295
                set shmsys:shminfo_shmmin=1
                set shmsys:shminfo_shmseg=50
                set shmsys:shminfo_shmmni=200

That is, these are shared memory (shm*) parameters, not semaphore (sem*)
parameters. 
=====================================
Jim Silverman
Senior Systems Database Administrator
Solucient, LLC
Telephone:   734-669-7641
FAX:            734-930-7611
E-Mail:         jsilverman@xxxxxxxxxxxxx


-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Onkar N Tiwary
Sent: Tuesday, November 22, 2005 8:01 AM
To: oracle-l@xxxxxxxxxxxxx
Subject: ORA 27102 + oracle 10g + solaris8

hi ,

I have got a solaris box where i was installing oracle 10g . Software
was installed properly but at the time of instance creation , it was
giving one error ORA:27102 : Out of memory . I was wondering why? I
tried on metalink and google too but of no use. Below is my kernel
parameters.

**************************
set rlim_fd_max=65536
set semsys:seminfo_semmni=4096
set semsys:seminfo_semopm=100
set semsys:seminfo_semmns=28000
set semsys:seminfo_semmsl=4096
set semsys:seminfo_shmmax=4294967295
set semsys:seminfo_shmmin=1
set semsys:seminfo_shmseg=50
set semsys:seminfo_shmmni=200
set semsys:seminfo_shmvmx=32767

*************************************

Hardware spec :
OS : solaris 8 SPARC
RAM : 4 GB
swap : 8 GB

Any help/suggestion would be appreciated.
--
Thanks & Regards,
T. Onkar Nath
OneAPPS Enterprise Technology Pvt. Ltd.
       to_onkar@xxxxxxxxx
       onkarnath.tiwary@xxxxxxxxx
--
//www.freelists.org/webpage/oracle-l
This message is a private communication. It may contain information that is 
confidential
and legally protected from disclosure. If you are not an intended recipient, 
please do
not read, copy or use this message or any attachments, and do not disclose them 
to others. 
Please notify the sender of the delivery error by replying to this message, and 
then 
delete it and any attachments from your system. 
Thank you,
Solucient LLC
(eXclaimer 4x)

Other related posts: