Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Trying to Install 7.3.4 database on a Solaris

Re: Trying to Install 7.3.4 database on a Solaris

From: Neil May <amay_at_home.com>
Date: Fri, 12 Feb 1999 07:06:05 GMT
Message-ID: <36C3D31F.39AB27D5@home.com>


Looks like the SGA it's trying to create is larger than shmmax or shmseg. Run the sysadmin utility and check the kernel parameters. While you're there, check semmni to make sure there are more semaphores free than the processes parameter in init.ora.

You can do something like:

$ ipcs -b | grep oracle

to show semaphores and sh mem segments for oracle assuming the unix user is called oracle.

Regards,
Andrew.

Douglas Whitacre wrote:
>
> and in the crdbxxx.lst file I'm getting the error:
>
> Connected to an idle instance.
> ORA-07336: smsmat: shmget error, unable to get a shared memory segment.
> SVR4 Error: 22: Invalid argument
> Additional information: 4
> create database "ARS"
> *
> ORA-01034: ORACLE not available
> Disconnected.
>
> I personally do not know alot about Solaris. Can anyone help?
>
> Thanks in advance
Received on Fri Feb 12 1999 - 01:06:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US