Path: newssvr20.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!in.100proofnews.com!in.100proofnews.com!cyclone.bc.net!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: swensel@mahinetworks.com (SteveW)
Newsgroups: comp.databases.oracle.server
Subject: Help with 9i install problem on E450 running Solaris 2.8
Date: 9 Sep 2003 14:44:17 -0700
Organization: http://groups.google.com/
Lines: 41
Message-ID: <251366e0.0309091344.490cf538@posting.google.com>
NNTP-Posting-Host: 216.174.224.251
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1063143858 13238 127.0.0.1 (9 Sep 2003 21:44:18 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 9 Sep 2003 21:44:18 GMT
Xref: newssvr20.news.prodigy.com comp.databases.oracle.server:242731

I've downloaded Oracle and have installed 9i on my machine. There was
no previous instance of Oracle running. I get through the install, and
it appears that the server is running in that the processes are up,
including the listener. When I try to connect with sqlplus I get this
message:
bash-2.03$ sqlplus

SQL*Plus: Release 9.2.0.1.0 - Production on Tue Sep 9 14:41:59 2003

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

Enter user-name: system
Enter password: 
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory


Enter user-name: 


I've got 4gb of RAM. My settings match what was in the install doc:

set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10

set semsys:seminfo_semmap=100
set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set semsys:seminfo_semmnu=500
set semsys:seminfo_semume=100

Can someone help with some ideas on what may be wrong, or a link to
read more?

Thanks,
/SteveW
