Re: dbms_job - how do I know when job is finished? - resend please

  • From: Jared Still <jkstill@xxxxxxxxxx>
  • To: Oracle-L Freelists <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 29 Jan 2004 09:31:53 -0800

If you don't want to use DBA_JOBS* views to determine
if a job has completed, you will need to modify the 
job to alert you somehow.

Do this via UTL_SMTP, insert a row in a table that
you check periodically, something like that.

Jared

On Thu, 2004-01-29 at 05:34, Carmen Rusu wrote:
> I had the list in digest mode and either my mail program or the list
> admins chopped the concatenated emails message.
> 
> (I've unset the digest mode).
> 
> >>> Carmen Rusu 1/28/2004 2:16:46 PM >>>
> ...other than checking on dba_jobs_running or dba_jobs?
> 
> Thanks,
> 
> Carmen Rusu
> 
> 
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
> put 'unsubscribe' in the subject line.
> --
> Archives are at //www.freelists.org/archives/oracle-l/
> FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts:

  • » Re: dbms_job - how do I know when job is finished? - resend please