From: "E.Keen" <ekeen@dps-corp.com>
Subject: Re: DBMS_PIPE
Date: 1996/05/23
Message-ID: <31A4954C.52BF@dps-corp.com>#1/1
references: <4o0nqi$bm6@sjx-ixn5.ix.netcom.com>
cc: ekeen
content-type: text/plain; charset=us-ascii
organization: DPSC
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 3.0b2 (X11; I; AIX 2)



Ronald Reidy wrote:
> 
> Hello,
> 
> I am having a problem using the package DBMS_PIPE.
> 
> I am writing a daemon process that will be using DBMS_PIPE to
> communicate with client (PowerBuilder) processes.  I am in the initial
> testing of the pipe right now, and I am having difficulty with
> receiving messages from the daemon process.  I have read through the
> examples and explanations in "Oracle PL/SQL Programming" by
> Feurerstein, but I am still having problems.
> 
> If anyone can show me an example (straight PL/SQL or Pro*C with
> embedded PL/SQL), I would greatly appreciate it.
> 
> TIA
> 
> 

Have your daemon PACK_MESSAGE, SEND_MESSAGE, with your PB 
procedure waiting with a RECEIVE_MESSAGE, UNPACK_MESSAGE.

Our company has a complete product that lets you name the
UNIX daemon program, parms it requires, and return values
your PowerBuilder program expects. 

Let me know if you'd like more info.

Eric

-- 
Character Density: the number of very weird people in the office.
mailto:ekeen@dps-corp.com                http://dps-corp.com


