Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: installation on solaris (help).
Yeah, easy fix...
You must edit the '/etc/system' file and add/adjust the shared memory settings. For example, mine looks like this: * To set a variable named 'debug' in the module named 'test_module' * * set test_module:debug = 0x13
set shmsys:shminfo_shmmax=32000000 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=10 set semsys:seminfo_semmns=200 set semsys:seminfo_semmni=70
Note: After adding/adjusting these parameters, you need to bounce (reboot) the server.
Regards,
Satar
In article <747cu3$53u$1_at_netnews.upenn.edu>,
manuk_at_gradine.cis.upenn.edu (Manu Kambhampati) wrote:
> I am getting the following when I try to startup a database after
> installation using svrmgrl (oracle 7.3 server). If anyone can
> decipher this I would be greatful ...
>
> thanks
> Manu.
>
> Oracle Server Manager Release 2.3.2.0.0 - Production
>
> Copyright (c) Oracle Corporation 1994, 1995. All rights reserved.
>
> Oracle7 Server Release 7.3.2.3.0 - Production Release
> PL/SQL Release 2.3.2.3.0 - Production
>
> SVRMGR> connect internal
> Connected to an idle instance.
> SVRMGR> startup nomount pfile="initr2do2.ora"
> ORA-07331: smsnsg: unable to allocate the variable portion of the SGA.
> Additional information: 4
> SVRMGR>
>
> --
>
--
Oracle DBA/UNIX System Admin
Advanced Enterprise Solutions
(949) 756-0588
Oracle Re-Seller
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Dec 04 1998 - 12:01:12 CST
![]() |
![]() |