Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: external proc listener

Re: external proc listener

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Tue, 14 Aug 2001 11:01:22 -0700
Message-ID: <F001.0036A333.20010814111232@fatcity.com>

Not my speciality - but

  1. is it possible the PROGRAM=EXTRPROC needs to have extproc in lower case ?
  2. Do you have an sqlnet.ora with a names.default_domain=something in which case your extproc_connection_data= should be extproc_connection_data.something=

Jonathan Lewis

Seminars on getting the best out of Oracle Last few places available for Sept 10th/11th See http://www.jlcomp.demon.co.uk/seminar.html

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 14 August 2001 18:49

Ok i know i'm doing something wrong here in working with external proc listener as i can even get the stupid demo to work right.

here is my listener.ora

LISTENER_EXTPROC=
(ADDRESS = (PROTOCOL = IPC) (KEY = extproc))

SID_LIST_LISTENER_EXTPROC
  (SID_LIST =
(SID_DESC =

     (SID_NAME = plsextproc)
     (ORACLE_HOME = /u151/oracle/product/8.1.7)
     (PROGRAM = EXTPROC)

  )
)

on startup i get this(which lends me to believe i've got something messed up):

<all of the standard listener stuff> and

Listener Trace File
/u151/oracle/product/8.1.7/network/log/listener_extproc.trc The listener supports no services
The command completed successfully

tnsnames.ora
extproc_connection_data=
(description=

   (address=(protocol=ipc)(key=extproc))    (connect_data=
(sid=plsextproc)))

So what am i missing, i've RTFM, metalink, used what I thought were good examples from multiple places, yet when running the demo in $ORACLE_HOME/plsql/demo, i still get the ORA-28575 error.

thanks, joe

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

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 Tue Aug 14 2001 - 13:01:22 CDT

Original text of this message

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