Path: news.easynews.com!easynews!news.he.net!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: hongenm@yahoo.com (hongen)
Newsgroups: comp.databases.oracle.tools
Subject: how to send message back to a calling c++ program from with Oracle PL/SQL on the fly?
Date: 6 Jun 2002 07:29:18 -0700
Organization: http://groups.google.com/
Lines: 8
Message-ID: <a1574177.0206060629.74f91190@posting.google.com>
NNTP-Posting-Host: 209.217.122.119
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1023373758 12692 127.0.0.1 (6 Jun 2002 14:29:18 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Jun 2002 14:29:18 GMT
Xref: easynews comp.databases.oracle.tools:51677
X-Received-Date: Thu, 06 Jun 2002 07:26:45 MST (news.easynews.com)

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
