Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 7.3.4 on Solaris 2.6 installation
Hi,
your ORA message sounds a lot like problems
regarding shared memory ...
Did you follow the instructions regarding /etc/system
in your installation/configuration guide ? take a close look at
the semaphore/shared memory settings. here is a living
example from one of our machines:
set shmsys:shminfo_shmmax=50000000 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=500 set shmsys:shminfo_shmseg=40 set semsys:seminfo_semmns=1000 set semsys:seminfo_semmni=1000 set semsys:seminfo_semmsl=1024
ALL variables shown have to be set, although we raised them from ORACLEs default values to serve a somewhat larger database ...
another common source of trouble is the correct setting of environment variables, which are best set up STRICTLY as listed in the ICG.
Are you shure that the error message you list is the FIRST one in the installation log ?
Frank
Georg Rehm schrieb in Nachricht
<6uflgc$ml1$1_at_newsserver.rrzn.uni-hannover.de>...
>Hi there,
>
>We're trying to install Oracle 7.3.4 Enterprise on a Solaris 2.6
>Ultrasparc box (with the usual patches installed, maybe there are
>some inconsistencies?). We've tried a lot of combinations in "orainst"
>but eventually we always get this error during the installation phase
>(with "Install New Product - Create DB Objects"):
>
>[from os.log in the "orainst" directory]
>--------------[ rdbms.ins
693 ]---------------------------------------------
706 ]---------------------------------------------
![]() |
![]() |