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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Shared Memory Problem (DEC UNIX 4.0)

Re: Oracle Shared Memory Problem (DEC UNIX 4.0)

From: Enrico Badella <softstar_at_pol88a.polito.it>
Date: 1997/11/29
Message-ID: <34806B15.F86F13DE@pol88a.polito.it>#1/1

Aram Meguerian wrote:
>
> I have had this problem on a Sun Solaris 2.5.1 and it ended
> up being not enough semaphores. I have had to allocate more flags
> to redo structures and to process. I don't remember what flags where
> that since it was done by ours SysAdmin and I just prompted the
> need.

I have this problem on Solaris 2.5 while installing Oracle 7.3.3 but it does not seem to be related to semaphores.

To understand the problem I 'truss-ed' SVRMGR; at a certain point a process
forked by SVRMGR does the following

  1. shmget(265294151, 4517888, 0640|IPC_CREAT|IPC_EXCL) = 300
  2. shmat(300, 0x80000000, 040000) Err#22 EINVAL
  3. shmat(300, 0x80000000, 0) Err#22 EINVAL
tstshm -b2147483648 fails in a similar way.

Any suggestions?

Thanks

eb Received on Sat Nov 29 1997 - 00:00:00 CST

Original text of this message

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