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: TNS-12514 randomly(?)

Re: TNS-12514 randomly(?)

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Thu, 8 Aug 2002 09:25:01 +1000
Message-ID: <aisa6h$901$1@lust.ihug.co.nz>


"srivenu" <srivenu_at_hotmail.com> wrote in message news:1a68177.0208062102.3ada8ce9_at_posting.google.com...
> 1) Since one of your connect attempts had been successful, i dont
> think anything is wrong in your TNSNAMES.ORA or LISTENER.ORA
>
> 2) Normally PMON process in the Oracle instance contacts the LISTENER
> once every 1 minute and updates it with system info (like DISPATCHER
> addresses, load etc).
> All your 3 connect attempts were within 1 minute.
> first attempt - 06-AUG-2002 14:04:20
> Second attempt - 06-AUG-2002 14:04:50
> Third attempt - 06-AUG-2002 14:05:21
>
> I think you had tried to connect immediately after starting your
> LISTENER.
> So the first 2 connect attempts failed because the PMON has not yet
> registered Instance info with the listener.
> The third attempt had succeeded because by that time, the listener had
> registered the info.
>
> By the way do you have a LISTENER.ORA file or are you using DYNAMIC
> SERVICE REGISTRATION ?
Excuse me? Dynamic registration does not excuse you from needing a listener.ora file. It merely excuses you from needing to have a SID_LIST section of that file.... but the other bit of listener.ora tells the listener what port it's supposed to listen on, and what protocol. And that is just as much required with dynamic registration as without it.

So it's not an either/or.

Regards
HJR Received on Wed Aug 07 2002 - 18:25:01 CDT

Original text of this message

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