Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle WG-Server fails install on Ultra running 2.5

Re: Oracle WG-Server fails install on Ultra running 2.5

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1997/04/11
Message-ID: <334ea3e2.7156680@newshost>#1/1

The typical sun configuration is for very small shared memory segments. The typical Oracle install wants more. I've seen this happen before when the system allows for 4meg of shared memory and Oracle wants 6 or more.....

You need to update your /etc/system file and 'touch /reconfigure' and reboot (or boot -r to reconfigure). My /etc/system has the following settings:  

set shmsys:shminfo_shmmax=268435456
set semsys:seminfo_semmap=250
set semsys:seminfo_semmni=500
set semsys:seminfo_semmns=500
set semsys:seminfo_semmsl=500
set semsys:seminfo_semmnu=500
set semsys:seminfo_semume=100
set shmsys:shminfo_shmmin=200
set shmsys:shminfo_shmmni=200
set shmsys:shminfo_shmseg=200
 

Which allow for large shared memory segements and other relevant settings. The above is cut and pasted from the Sun answerbook .....

You may just want to rerun the install after you fix this since this probably prevent the install from putting all the pl/sql packages and data dictionary in the system (the database was never able to start to finish the install).

On Thu, 10 Apr 1997 13:45:40 GMT, esoeding_at_geomar.de (Emanuel Soeding) wrote:

>Hi,
>
>I tried to install the Oracle Workgroup Server on a
>Sun Ultra System running Solaris 2.5 with the usual
>Sun-patches. The install program works fine, and I
>can access the base htm-pages via port 8000. The
>problem is, that I can't open the sample WG73 database.
>If I try to do that as internal, all I get is an error,
>which looks like the following:
>
>ORA-07331: smsnsg: unable to allocate the variable portion of the SGA.
>
>I recognized, checking the install.log, that the same
>error allready occured during the installation. Everything
>seems to compile fine, but the SVRMGR couldn't open
>the database. So I conclude, it's not an Oracle error,
>but maybe a Solaris fault. Can someone tell me, what's
>going wrong? I read, there are some Solaris 2.5 patches,
>which shouldn't be installed - which ones?
>
>Thanx for help..... Ciao Manu
>
>

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Bethesda MD

http://govt.us.oracle.com/ -- downloadable utilities



Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Fri Apr 11 1997 - 00:00:00 CDT

Original text of this message

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