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: Urgent - ORA-27146: post/wait initialization failed

Re: Urgent - ORA-27146: post/wait initialization failed

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 4 Jun 1999 17:54:55 +0100
Message-ID: <928515577.4793.0.nnrp-10.9e984b29@news.demon.co.uk>


Off the top of my head:

    The two 25138 error are exactly what they say,     numerous init.ora parameters are now obsolete.     Go into the init.ora and delete the entries.

    sequence_cache_entries=....
    sequence_cache_hash_buckets=....

The post/wait error is probably because Oracle is trying to use a post_wait driver. Check the init.ora for a parameter something like:

    use_post_wait=true
and set it to false; this may bypass the problem,

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Mark Patterson wrote in message <3757FF3F.6C85EC29_at_iel.ie>...
>Hi,
>
>Anyone ever come across "ORA-27146: post/wait initialization failed"
>before?
>
>or the following that accompanied it.
>
>"ORA-25138: SEQUENCE_CACHE_ENTRIES initialization parameter has been
>made obsolete
>ORA-25138: SEQUENCE_CACHE_HASH_BUCKETS initialization parameter has been
>made obsolete
>ORA-27146: post/wait initialization failed"
>
>
>I've just installed Oracle 8i (Oracle 8.1.5) on Solaris 2.6 and am
>currently trying to create a database instance. I've created the
>init.ora file, run svrmgrl, connected as sysdba.
>When I tried to startup nomount I got this error.
>We are currently running off a hired Sun box but the lease runs out
>today so I really need to get Oracle installed ASAP.
>
>Thanks,
>
>Mark P.
>
Received on Fri Jun 04 1999 - 11:54:55 CDT

Original text of this message

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