Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: SGA problems on solaris
In article <8cdq4j$vma$1_at_nnrp1.deja.com>,
legolas_at_mjollnir.org wrote:
> I installed oracle 7 onto a ultra1 with no problems
> other than the installer failing to create the DB objects:
>
> ERROR: The 'CREATE DATABASE' statement for the CSS database failed
> egrep failed to find '%create_db_key_words%' in the file
> /css/app/admin/CSS/create/crdbCSS.lst
>
> $ svrmgrl
> connect internal
> startup
> ORA-07331: smsnsg: unable to allocate the variable
> portion of the SGA
> Additional information: 4
>
> I looked at the init.ora files and they look like the ones we
> have at work.
>
> Which value in the init files is wrong?
> Maybe I need to create some shared memory segs?
the following values in my /etc/system file work for me. After this file is changed you need to reboot the system.
HTH & YMMV!
set semsys:seminfo_semusz = 96 set semsys:seminfo_semvmx = 32767 set semsys:seminfo_semaem = 16384
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Apr 05 2000 - 00:00:00 CDT