Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: startup database error
I guess it is shared memory problem, So all u need to do is
reconfigure the system file where located in directory /etc/system
change the below parameters like below, if u are not running other application.
set semsys:seminfo_semmns=4096 set semsys:seminfo_semmni=4096 set semsys:seminfo_semmnu=4096
Note:Please do not forget to restart your sun solaris machine.
Regards
Veera PRasad
Gregory Faktor wrote:
> Hi All!
> I try start Oracle 8.1.5 database on SunOS 5.6
>
> SVRMGR> startup
> ORA-27146: post/wait initialization failed
>
> Any ideas?
> Thanks.
> Greg.
> --
> Author: Gregory Faktor
> INET: gfaktor_at_ecal.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Thu Jun 01 2000 - 11:58:13 CDT