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: Solaris 8: out of memory

Re: Solaris 8: out of memory

From: Yong Huang <yong321_at_yahoo.com>
Date: 10 Jul 2001 21:31:33 -0700
Message-ID: <b3cb12d6.0107102031.7c1718c1@posting.google.com>

Hi, przemol,

I recently posted a message on comp.unix.solaris asking whether spaces around = in the set commands in /etc/system on Solaris are allowed. Pretty much nobody thinks it matters. But I clearly remember once we wanted to allow regular users to chown and we added set rstchown = 0 and it didn't work. After we changed it to set rstchown=0 and rebooted, it worked.

Can anyone using Solaris in this newsgroup check your /etc/system? Can you leave spaces around =? Note that if you have spaces, it's possible the setting is simply ignored rather than causes problems during reboot.

Yong Huang
yong321_at_yahoo.com

przemolicc_at_poczta.fm.-no-spam (Przemek B?k wrote in message news:<slrn9kludb.256.przemolicc_at_przemek.pgf.com.pl>...
> New install of Solaris 8, Oracle 8.1.7. We want to create new database.
> In /etc/system we have:
> * Shared memory
> set shmsys:shminfo_shmmax = 4294967295
> set shmsys:shminfo_shmmin = 1
> set shmsys:shminfo_shmmni = 300
> set shmsys:shminfo_shmseg = 30
> * Semaphores
> set semsys:seminfo_semmns = 15000
> set semsys:seminfo_semmni = 100
> set semsys:seminfo_semmnu = 100
> set semsys:seminfo_semmsl = 150
> set semsys:seminfo_semmap = 60
>
> /u01/app/oracle/product/8.1.7>uname -a
> SunOS bravo 5.8 Generic_108528-08 sun4u sparc SUNW,Ultra-4
> /u01/app/oracle/product/8.1.7>id -a
> uid=102(oracle) gid=100(dba) groups=100(dba)
> /u01/app/oracle/product/8.1.7>echo $ORACLE_SID
> PGFWAR
> /u01/app/oracle/product/8.1.7>svrmgrl
>
> Oracle Server Manager Release 3.1.7.0.0 - Production
>
> Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
>
> Oracle8i Release 8.1.7.0.0 - Production
> JServer Release 8.1.7.0.0 - Production
>
> SVRMGR> connect internal
> Password:
> Connected.
> SVRMGR> startup nomount
> ORA-27102: out of memory
> SVR4 Error: 22: Invalid argument
> SVRMGR>
>
>
> Two questions:
> 1. Why the server is asking for password ?
> 2. Why is "out of memory" ?
>
> przemol
Received on Tue Jul 10 2001 - 23:31:33 CDT

Original text of this message

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