Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: dbms_job - how do I know when job is finished? - resend please

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

From: Jared Still <jkstill_at_cybcon.com>
Date: Thu, 29 Jan 2004 09:31:53 -0800
Message-Id: <1075397513.2839.3903.camel@poirot>


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_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://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_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jan 29 2004 - 11:31:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US