Re: how to send message back to a calling c++ program from with Oracle PL/SQL on the fly?

From: Ron Reidy <rereidy_at_indra.com>
Date: Thu, 06 Jun 2002 08:30:15 -0600
Message-ID: <3CFF71F7.2797DE13_at_indra.com>


hongen wrote:
>
> Hi ALL. I am writing a C++ program daily_update, which does daily
> database update,summerization etc. One thread of daily_update calls a
> Oracle stored procedure (update_pro) every midnight to do a table
> update and daily_update continue its other jobs without waiting for
> update_pro to finish. The problems is that daily_update don't know
> wether or not update_pro succeed. Is there a way for update_pro to
> send a message (success or fail) back to daily_update on the fly?
> Thanks in advance. Hongen
Yes,

Think sockets or setting a value in a table. Also think AQ.

-- 
Ron Reidy
Oracle DBA
Received on Thu Jun 06 2002 - 16:30:15 CEST

Original text of this message