Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Urgent - startup problem "ORA-27146: post/wait initialization failed"-Error
I had this same problem on Solaris 2.7 a few months ago. I don't remember the exact /etc/system parameter I had to bump up, however it related to system resources. My /etc/system params on a box with 256MB RAM and 512MB swap are:
set shmsys:shminfo_shmmax=134217728 set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=100 set semsys:seminfo_semmns=2000 set semsys:seminfo_semmni=2000 set semsys:seminfo_semmsl=2000 set semsys:seminfo_semmap=500 set semsys:seminfo_semmnu=2000 set semsys:seminfo_semume=200 set semsys:seminfo_semvmx=32767
PSINet News Service wrote in message ...
>Hi,
>
>I am working with Oracle 8i installed at Solaris,
>While giving startup command it gives the following error
>
>Can any one help me to resolve this problem.
>Thanks in Advance.
>
>SVRMGR> startup
>ORA-27146: post/wait initialization failed
>
>{oracle}@terpsichore:> oerr ora 27146
>27146, 0000, "post/wait initialization failed"
>// *Cause: OS system call failed
>// *Action: check errno and contact Oracle Support
>
>Thanks
>Antony
>
>
>
Received on Tue Sep 21 1999 - 13:36:37 CDT
![]() |
![]() |