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

Solaris 8: out of memory

From: Przemek Bąk <przemolicc_at_poczta.fm.-no-spam>
Date: 10 Jul 2001 12:48:52 GMT
Message-ID: <slrn9kludb.256.przemolicc@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 - 07:48:52 CDT

Original text of this message

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