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: Starting up oracle listener and database

Re: Starting up oracle listener and database

From: Mark Bole <makbo_at_pacbell.net>
Date: Fri, 29 Apr 2005 14:47:52 GMT
Message-ID: <sOrce.10798$J12.9984@newssvr14.news.prodigy.com>


www.loial.co.uk wrote:
> Which order should this be done in. Anyone experienced problems as a
> result of satrting database first, then listener and which were
> resolved by doing it the other way around?
>
> Client is saying they have to start listener first with our app or it
> doesn't work. Fime if they start listener and then database!
>
> JL

Ever since version 8i (if I recall correctly) instances will automatically register with the listener ("service register" entry in the log).

If the listener is already running, this registration happens immediately upon instance start-up. If you start the listener after the instance, it can take up to a minute or two for the registration to happen. Another option is to explicitly create the service you want in the listener.ora file.

-Mark Bole Received on Fri Apr 29 2005 - 09:47:52 CDT

Original text of this message

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