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

From: hongen <hongenm_at_yahoo.com>
Date: 6 Jun 2002 07:29:18 -0700
Message-ID: <a1574177.0206060629.74f91190_at_posting.google.com>



[Quoted] 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 Received on Thu Jun 06 2002 - 16:29:18 CEST

Original text of this message