But it is normal listener - not external procedure listener.
There can be a problem with tnsnames.ora entry for EXTPROC_CONNECTION_DATA.
regards 
Ivo Libal


-----Original Message-----
Sent: Friday, April 13, 2001 03:41 PM
To: Multiple recipients of list ORACLE-L
Correcti


The listener.ora I sent is two seperate listeners.  Just substitute the SID
names for SID1 and SID2 and issue the start command.
    lsnrctl start listener_sid1
    lsnrctl start listener_sid2

Terry

John Dunn wrote:

> Thanks...but how to create 2 seperate external listeners, one for each
SID?
>
> John
>
> > -----Original Message-----
> > From: Pampati, Kiran [SMTP:[EMAIL PROTECTED]]
> > Sent: 12 April 2001 23:11
> > To:   Multiple recipients of list ORACLE-L
> > Subject:      RE: Sseperate external procedure listeneers for 2 SIDS -
> > Correcti
> >
> > Once you create two separate listeners for each SID, you can start and
> > stop
> > each listener separately from command line
> >
> > lsnrctl start/stop  <listener_name>
> >
> > -----Original Message-----
> > Sent: Thursday, April 12, 2001 12:01 PM
> > To: Multiple recipients of list ORACLE-L
> > Correcti
> >
> >
> > But for each SID I need an external proedure listener that I can start
> > seperately from the standard listener.
> >
> > John
> >
> > > -----Original Message-----
> > > From:       Terry Ball [SMTP:[EMAIL PROTECTED]]
> > > Sent:       12 April 2001 19:21
> > > To: Multiple recipients of list ORACLE-L
> > > Subject:    Re: Sseperate external procedure listeneers for 2 SIDS -
> > > Correction
> > >
> > > We do that by creating a listener for each SID.  So listener would
look
> > > like:
> > >
> > > LISTENER_SID1 =
> > >   (ADDRESS_LIST =
> > >         (ADDRESS =
> > >           (PROTOCOL = TCP)
> > >           (Host = hostname)
> > >           (Port = 1521)
> > >         )
> > >   )
> > > STARTUP_WAIT_TIME_LISTENER_SID1 = 0
> > > CONNECT_TIMEOUT_LISTENER_SID1 = 0
> > > TRACE_LEVEL_LISTENER_SID1 = OFF
> > > SID_LIST_LISTENER_SID1 =
> > >   (SID_LIST =
> > >     (SID_DESC =
> > >       (SID_NAME = SID1)
> > >       (ORACLE_HOME = /opt/app/oracle/product/8.0.6)
> > >       (PRESPAWN_MAX = 10)
> > >     )
> > >   )
> > >
> > > LISTENER_SID2 =
> > >   (ADDRESS_LIST =
> > >         (ADDRESS =
> > >           (PROTOCOL = TCP)
> > >           (Host = hostname)
> > >           (Port = 1526)
> > >         )
> > >   )
> > > STARTUP_WAIT_TIME_LISTENER_SID2 = 0
> > > CONNECT_TIMEOUT_LISTENER_SID2 = 0
> > > TRACE_LEVEL_LISTENER_SID2 = OFF
> > > SID_LIST_LISTENER_SID2 =
> > >   (SID_LIST =
> > >     (SID_DESC =
> > >       (SID_NAME = SID2)
> > >       (ORACLE_HOME = /opt/app/oracle/product/8.0.6)
> > >       (PRESPAWN_MAX = 10)
> > >     )
> > >   )
> > >
> > >
> > > And tnsnames.ora would have entries for both SIDs with the
corresponding
> > > port.
> > >
> > > Terry
> > >
> > > John Dunn wrote:
> > >
> > > > Correction
> > > >
> > > > I have 2 SIDS running on my machine. I want to have a seperate
> > external
> > > > procedure listener for each SID.
> > > >
> > > > Can someone tell me what my listener.ora amd tnsnames.ora files
should
> > > look
> > > > like?
> > > >
> > > > Oracle is 8.1.7
> > > >
> > > > John
> > > >
> > > > --
> > > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > > --
> > > > Author: John Dunn
> > > >   INET: [EMAIL PROTECTED]
> > > >
> > > > 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: [EMAIL PROTECTED] (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).
> > >
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author: Terry Ball
> > >   INET: [EMAIL PROTECTED]
> > >
> > > 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: [EMAIL PROTECTED] (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).
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: John Dunn
> >   INET: [EMAIL PROTECTED]
> >
> > 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: [EMAIL PROTECTED] (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).
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Pampati, Kiran
> >   INET: [EMAIL PROTECTED]
> >
> > 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: [EMAIL PROTECTED] (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).
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: John Dunn
>   INET: [EMAIL PROTECTED]
>
> 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: [EMAIL PROTECTED] (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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Terry Ball
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Libal, Ivo
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to