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: How to properly manage listener on a DBMS_PIPE

Re: How to properly manage listener on a DBMS_PIPE

From: Andy Hardy <Andy.Hardy_at_camk.demon.co.uk>
Date: Tue, 2 Feb 1999 09:56:18 +0000
Message-ID: <L5LFJIACvst2Mw6A@camk.demon.co.uk>


In article <78sa0b$hgg$1_at_mosquito.HL.Siemens.DE>, Rainer Leidner <rainer_leidner_at_i2.com> writes
>I use DBMS_PIPE to send messages to an external listener/daemon.
>I experience occasional problems to start the listener or to keep it
>running.
>
>What is a good method to make sure that the listener is always up and
>running?
>
>This is in Oracle 7.3.4 on Solaris 2.5.1.
>
>Tnx
>
>Rainer
>
>

Not quite sure what you mean about getting a listener/daemon to keep running - never suffered myself! We tend to set up a job to run any 'forever' pipe listener procedures - they never exit and start up again whenever the database is restarted.

Andy
P.S Don't forget that the 'forever' jobs will each require a job queue...
--
Andy Hardy
Senior IT Systems Engineer, ALSTOM Automation Tel: +44 1908 696200
Fax: +44 1908 696225



Opinions are mine and do not necessarily reflect those of ALSTOM Automation Received on Tue Feb 02 1999 - 03:56:18 CST

Original text of this message

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