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: Out of Memory error, Please help

Re: Out of Memory error, Please help

From: Tiger Woods <clintonn_at_meb.co.za>
Date: Tue, 19 Feb 2002 08:27:07 +0200
Message-ID: <3c71f038$0$239@hades.is.co.za>


Hi there.
You have to go into the /etc/system file and edit your parameters. Try the following parameters (even cut and paste them in - reboot the system to take effect) and run the script again.

Good luck.

Clint

set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=100
set semsys:seminfo_semmns=510
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767

-----------------------

"snyper" <snyper_at_uniserve.com> wrote in message news:3C71D671.6AEAD910_at_uniserve.com...
All,
Solaris 8, Oiracle 8i.
I'm trying to do a new install, I keep getting this out of memory error. I have more than enough ram, 1012 mb. I get this when I run the first part of the database creation script, snyperrun.sh SVRMGR> SVRMGR> Connected.
SVRMGR> ORA-27102: out of memory
SVR4 Error: 22: Invalid argument
SVRMGR> 2> 3> 4> 5> 6> 7> 8> 9> 10> CREATE DATABASE "snyper"
*
ORA-01034: ORACLE not available
SVRMGR> Disconnected.
SVRMGR> SVRMGR> Server Manager complete. Any help would be greatly appreciated.

--

Gary Abbott
Lead DBA
mailto:snyper_at_uniserve.com
http://www.pow-wow.net
Received on Tue Feb 19 2002 - 00:27:07 CST

Original text of this message

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